Skip to content

Commit ca000e7

Browse files
committed
Bugfix classmap path
1 parent be71839 commit ca000e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Config/AutoloadConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function __construct()
130130
if (isset($_SERVER['CI_ENVIRONMENT']) && $_SERVER['CI_ENVIRONMENT'] === 'testing')
131131
{
132132
$this->classmap['CodeIgniter\Log\TestLogger'] = SYSTEMPATH . 'Test/TestLogger.php';
133-
$this->classmap['CIDatabaseTestCase'] = SYSTEMPATH . 'CIDatabaseTestCase.php';
133+
$this->classmap['CIDatabaseTestCase'] = SYSTEMPATH . 'Test/CIDatabaseTestCase.php';
134134
}
135135
}
136136

0 commit comments

Comments
 (0)