ConfigTest: Always load test config from disk

This commit is contained in:
Johannes Meyer 2023-07-04 16:25:11 +02:00
parent d0b2ed177c
commit e572652f4c
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ class ConfigTest extends BaseTestCase
*/
public function testWhetherItIsPossibleToRetrieveApplicationConfiguration()
{
$config = Config::app();
$config = Config::app('config', true);
$this->assertEquals(
array(