Nelmio\Alice\Loader\LoaderIntegrationTest::testLoadInexistingFile PHP Method

testLoadInexistingFile() public method

    public function testLoadInexistingFile()
    {
        $this->loader->loadFile('unknown.yml');
    }