Fakerino\Test\Configuration\ConfigurationFile\Helper\FileConfigurationLoaderFactoryTest::testFileNotFound PHP Метод

testFileNotFound() публичный Метод

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