Skip to content

Commit 1510268

Browse files
committed
remove $psr4['Tests\Support'] definition in application\Config\Autoload::__construct()
1 parent 9d6f516 commit 1510268

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

application/Config/Autoload.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ public function __construct()
5555
'App' => APPPATH, // To ensure filters, etc still found,
5656
];
5757

58-
if (defined('ENVIRONMENT') && ENVIRONMENT === 'testing')
59-
{
60-
$psr4['Tests\Support'] = TESTPATH . '_support'; // So custom migrations can run during testing
61-
}
62-
6358
/**
6459
* -------------------------------------------------------------------
6560
* Class Map

0 commit comments

Comments
 (0)