diff --git a/system/Test/CIUnitTestCase.php b/system/Test/CIUnitTestCase.php index 81d669138422..edfa98df5c06 100644 --- a/system/Test/CIUnitTestCase.php +++ b/system/Test/CIUnitTestCase.php @@ -124,7 +124,7 @@ abstract class CIUnitTestCase extends TestCase * * @var string */ - protected $basePath = SUPPORTPATH . 'Database'; + protected $basePath = TESTPATH . '_support/Database'; /** * The namespace(s) to help us find the migration classes.