provideTestLexingException() 공개 메소드

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