provideTestLexingException() public method

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