From a3388622287e218beddfa14a47ed677d4307b36b Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Fri, 25 Mar 2016 17:55:51 +0100 Subject: Removed simpletest and moved all tests in the unit tree Tests are executed now, but a lot of them need fixing. --- tests/unit/Soap/mockapp/application.xml | 9 +++++++++ tests/unit/Soap/mockapp/pages/.gitignore | 0 tests/unit/Soap/mockapp/runtime/.gitignore | 2 ++ tests/unit/Soap/mockapp/ws.php | 7 +++++++ 4 files changed, 18 insertions(+) create mode 100644 tests/unit/Soap/mockapp/application.xml create mode 100644 tests/unit/Soap/mockapp/pages/.gitignore create mode 100755 tests/unit/Soap/mockapp/runtime/.gitignore create mode 100644 tests/unit/Soap/mockapp/ws.php (limited to 'tests/unit/Soap/mockapp') diff --git a/tests/unit/Soap/mockapp/application.xml b/tests/unit/Soap/mockapp/application.xml new file mode 100644 index 00000000..69961b84 --- /dev/null +++ b/tests/unit/Soap/mockapp/application.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/tests/unit/Soap/mockapp/pages/.gitignore b/tests/unit/Soap/mockapp/pages/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/tests/unit/Soap/mockapp/runtime/.gitignore b/tests/unit/Soap/mockapp/runtime/.gitignore new file mode 100755 index 00000000..d6b7ef32 --- /dev/null +++ b/tests/unit/Soap/mockapp/runtime/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/tests/unit/Soap/mockapp/ws.php b/tests/unit/Soap/mockapp/ws.php new file mode 100644 index 00000000..9096183e --- /dev/null +++ b/tests/unit/Soap/mockapp/ws.php @@ -0,0 +1,7 @@ +run(); -- cgit v1.2.3