Phlexy\Lexer\Stateful\UsingCompiledRegexTest::provideTestLexingException PHP Метод

provideTestLexingException() публичный Метод

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