Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistryTest::testThrowsAnExceptionIfNotSuitableParserFound PHP 메소드

testThrowsAnExceptionIfNotSuitableParserFound() 공개 메소드

    public function testThrowsAnExceptionIfNotSuitableParserFound()
    {
        $parser = new FlagParserRegistry([]);
        $parser->parse('string to parse');
    }