1436190 - Test additions & refactoring
[phpeclipse.git] / net.sourceforge.phpeclipse.tests / src / net / sourceforge / phpeclipse / tests / parser / OverlibTestCase.java
index db9099e..54011e6 100644 (file)
@@ -477,24 +477,4 @@ public class OverlibTestCase extends AbstractCompilerTest {
                "\r\n" +
                "");
   }
-  private void checkPHP(String strEval) {
-    if (Scanner.DEBUG) {
-      System.out.println("\n------------------------------------");
-      System.out.println(strEval);
-    }
-    checkParsePHP(
-        strEval.toCharArray(),
-               "");
-//    parser.phpParserTester(strEval, 1);
-  }
-//  private void checkHTML(String strEval) {
-//    if (Scanner.DEBUG) {
-//      System.out.println("\n------------------------------------");
-//      System.out.println(strEval);
-//    }
-//    checkParseHTML(
-//        strEval.toCharArray(),
-//             "");
-////    parser.phpParserTester(strEval, 1);
-//  }
 }