Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\GlobalPatternsLexerTest::testThrowsAnExceptionWhenInvalidValue PHP Method

testThrowsAnExceptionWhenInvalidValue() public method

    public function testThrowsAnExceptionWhenInvalidValue()
    {
        $lexer = new GlobalPatternsLexer(new FakeLexer());
        $lexer->lex('foo 10x @users');
    }