Skip to content

Commit 0762546

Browse files
Update system/Test/CIUnitTestCase.php
Co-authored-by: Michal Sniatala <[email protected]>
1 parent 4326ad9 commit 0762546

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 = 'tests/_support/Database';
127+
protected $basePath = TESTPATH . '_support/Database';
128128

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

0 commit comments

Comments
 (0)