Refactory: removed unnecessary local variables and imports.
[phpeclipse.git] / net.sourceforge.phpeclipse.phpunit / src / net / sourceforge / phpeclipse / phpunit / PHPUnitView.java
index 135cdcd..7a9d128 100644 (file)
@@ -372,7 +372,7 @@ public class PHPUnitView extends ViewPart {
                } else if (command.equals("testStarted")) {
 
                        String testID = args[0];
-                       String testCount = args[1];
+                       //String testCount = args[1];
                        String testName = args[2];
                        String parentTestSuiteName = args[3];