diff options
Diffstat (limited to 'tests/simple_unit/ws.php')
-rw-r--r-- | tests/simple_unit/ws.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/simple_unit/ws.php b/tests/simple_unit/ws.php deleted file mode 100644 index 9096183e..00000000 --- a/tests/simple_unit/ws.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php - -include_once '../../framework/prado.php'; -include_once './Soap/ContactManager.php'; - -$app = new TApplication('.'); -$app->run(); |