Skip to content

Commit 4326ad9

Browse files
committed
fix: SUPPORTPATH may be undefined in some contexts
1 parent a57f2f3 commit 4326ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Test/CIUnitTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ abstract class CIUnitTestCase extends TestCase
124124
*
125125
* @var string
126126
*/
127-
protected $basePath = SUPPORTPATH . 'Database';
127+
protected $basePath = 'tests/_support/Database';
128128

129129
/**
130130
* The namespace(s) to help us find the migration classes.

0 commit comments

Comments
 (0)