Fakerino\Test\Configuration\ConfigurationFile\Helper\FileConfigurationLoaderFactoryTest::testFileNotFound PHP Method

testFileNotFound() public method

public testFileNotFound ( )
    public function testFileNotFound()
    {
        $this->setExpectedException('Fakerino\\DataSource\\File\\Exception\\FileNotFoundException');
        $conf = new FileConfigurationLoaderFactory($this->fileDir . '.foo', array('ini'));
        $conf->load();
    }