We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be71839 commit ca000e7Copy full SHA for ca000e7
1 file changed
system/Config/AutoloadConfig.php
@@ -130,7 +130,7 @@ public function __construct()
130
if (isset($_SERVER['CI_ENVIRONMENT']) && $_SERVER['CI_ENVIRONMENT'] === 'testing')
131
{
132
$this->classmap['CodeIgniter\Log\TestLogger'] = SYSTEMPATH . 'Test/TestLogger.php';
133
- $this->classmap['CIDatabaseTestCase'] = SYSTEMPATH . 'CIDatabaseTestCase.php';
+ $this->classmap['CIDatabaseTestCase'] = SYSTEMPATH . 'Test/CIDatabaseTestCase.php';
134
}
135
136
0 commit comments