ConfigTest: Always load test config from disk
This commit is contained in:
parent
d0b2ed177c
commit
e572652f4c
|
@ -245,7 +245,7 @@ class ConfigTest extends BaseTestCase
|
|||
*/
|
||||
public function testWhetherItIsPossibleToRetrieveApplicationConfiguration()
|
||||
{
|
||||
$config = Config::app();
|
||||
$config = Config::app('config', true);
|
||||
|
||||
$this->assertEquals(
|
||||
array(
|
||||
|
|
Loading…
Reference in New Issue