Skip to content

Commit 40900db

Browse files
committed
use SUPPORTPATH constant
1 parent 2b2d853 commit 40900db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Config/AutoloadConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function __construct()
9191

9292
if (isset($_SERVER['CI_ENVIRONMENT']) && $_SERVER['CI_ENVIRONMENT'] === 'testing')
9393
{
94-
$this->psr4['Tests\Support'] = BASEPATH . '../tests/_support';
94+
$this->psr4['Tests\Support'] = SUPPORTPATH;
9595
}
9696

9797
/**

0 commit comments

Comments
 (0)