Goetas\Twital\Tests\ExpressionParserTest::testWrongExpressions PHP Method

testWrongExpressions() public method

public testWrongExpressions ( $expression )
    public function testWrongExpressions($expression)
    {
        $splitted = ParserHelper::staticSplitExpression($expression, "x");
    }