Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParserTest::testThrowsAnExceptionIfNoDecoratedParserIsFound PHP Method

testThrowsAnExceptionIfNoDecoratedParserIsFound() public method

    public function testThrowsAnExceptionIfNoDecoratedParserIsFound()
    {
        $token = new Token('', new TokenType(TokenType::DYNAMIC_ARRAY_TYPE));
        $parser = new DynamicArrayTokenParser();
        $parser->parse($token);
    }