Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistryTest::testThrowsAnExceptionIfNotSuitableParserFound PHP Method

testThrowsAnExceptionIfNotSuitableParserFound() public method

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