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();
    }