From 7c65b2f40ea9242260eac5a746863f5925423861 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 22 Sep 2013 22:39:41 +0200 Subject: Phing: added target for phpunit+selenium Functional tests were using an old selenium RC version. Ported them to use phpunit + selenium; next: opensauce --- demos/soap/protected/application.xml | 0 demos/soap/protected/pages/Home.page | 0 demos/soap/protected/pages/Home.php | 0 demos/soap/protected/runtime/.gitignore | 0 demos/soap/protected/webservices/SimpleService.php | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 demos/soap/protected/application.xml mode change 100644 => 100755 demos/soap/protected/pages/Home.page mode change 100644 => 100755 demos/soap/protected/pages/Home.php mode change 100644 => 100755 demos/soap/protected/runtime/.gitignore mode change 100644 => 100755 demos/soap/protected/webservices/SimpleService.php (limited to 'demos/soap/protected') diff --git a/demos/soap/protected/application.xml b/demos/soap/protected/application.xml old mode 100644 new mode 100755 diff --git a/demos/soap/protected/pages/Home.page b/demos/soap/protected/pages/Home.page old mode 100644 new mode 100755 diff --git a/demos/soap/protected/pages/Home.php b/demos/soap/protected/pages/Home.php old mode 100644 new mode 100755 diff --git a/demos/soap/protected/runtime/.gitignore b/demos/soap/protected/runtime/.gitignore old mode 100644 new mode 100755 diff --git a/demos/soap/protected/webservices/SimpleService.php b/demos/soap/protected/webservices/SimpleService.php old mode 100644 new mode 100755 -- cgit v1.2.3