getting the path to phpunit from a preference page. added icons to progressComposite
[phpeclipse.git] / net.sourceforge.phpeclipse.phpunit / src / net / sourceforge / phpeclipse / phpunit / actions / RunTestsAction.java
index 2e1c39c..2e0a6eb 100644 (file)
@@ -74,7 +74,7 @@ public class RunTestsAction implements IObjectActionDelegate {
        public void run(IAction action) {
                
                try {
-                       PHPUnitView.getDefault().startTests();
+                       PHPUnitView.getDefault().startTests("");
                } catch (IOException e) {
                        // TODO Auto-generated catch block
                        e.printStackTrace();