import junit.framework.TestCase; was missing so it wasn't compilable
authorkpouer <kpouer>
Tue, 4 Feb 2003 10:02:48 +0000 (10:02 +0000)
committerkpouer <kpouer>
Tue, 4 Feb 2003 10:02:48 +0000 (10:02 +0000)
net.sourceforge.phpeclipse/src/junit/sourceforge/phpeclipse/PHPParserTestCase.java

index 18adb89..91cb16e 100644 (file)
@@ -10,6 +10,7 @@ http://www.eclipse.org/legal/cpl-v10.html
 import net.sourceforge.phpeclipse.phpeditor.phpparser.PHPParser;
 
 import org.eclipse.core.runtime.CoreException;
+import junit.framework.TestCase;
 
 /**
  *  Tests the php parser