diff options
Diffstat (limited to 'tests/unit/Soap/mockapp/ws.php')
-rw-r--r-- | tests/unit/Soap/mockapp/ws.php | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ +<?php + +include_once '../../framework/prado.php'; +include_once './Soap/ContactManager.php'; + +$app = new TApplication('.'); +$app->run(); |