1436190 - Test additions & refactoring
[phpeclipse.git] / net.sourceforge.phpeclipse.tests / src / net / sourceforge / phpeclipse / tests / parser / SmartyCompilerTestCase.java
index 6b1abb5..423d0de 100644 (file)
@@ -1903,14 +1903,4 @@ public class SmartyCompilerTestCase 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);
-  }
 }