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

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

    public function testConfNotSupported()
    {
        $this->setExpectedException('Fakerino\\Configuration\\Exception\\ConfNotSupportedException');
        $conf = new FileConfigurationLoaderFactory($this->notSupportedFile, array('ini'));
        $conf->load();
    }