Cascade\Tests\Config\Loader\FileLoader\PhpArrayTest::testThrowsExceptionWhenLoadingFileIfDoesNotReturnValidPhpArray PHP Method

testThrowsExceptionWhenLoadingFileIfDoesNotReturnValidPhpArray() public method

    public function testThrowsExceptionWhenLoadingFileIfDoesNotReturnValidPhpArray()
    {
        $this->loader->load(__DIR__ . '/../../../Fixtures/fixture_invalid_config.php');
    }