Phlexy\Lexer\Stateful\UsingCompiledRegexTest::provideTestLexingException PHP Method

provideTestLexingException() public method

    public function provideTestLexingException()
    {
        $tests = parent::provideTestLexingException();
        foreach ($tests as &$test) {
            $test[0] = array('INITIAL' => $test[0]);
        }
        return $tests;
    }