Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistryTest::testThrowsAnExceptionIfNotSuitableParserFound PHP Méthode

testThrowsAnExceptionIfNotSuitableParserFound() public méthode

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