diff options
author | wei <> | 2007-01-14 02:10:24 +0000 |
---|---|---|
committer | wei <> | 2007-01-14 02:10:24 +0000 |
commit | 45b0fe42a979d444d547a5248eb2e9e915aaf16a (patch) | |
tree | 2480dae3350e4a70949956c41984cceb8dce3efc /tests/simple_unit/ws.php | |
parent | 898049a4012eaecd99e7a418726215e656677809 (diff) |
Add "block-content" to allow user comments on block level elements in quickstart docs.
Diffstat (limited to 'tests/simple_unit/ws.php')
-rw-r--r-- | tests/simple_unit/ws.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/simple_unit/ws.php b/tests/simple_unit/ws.php new file mode 100644 index 00000000..97e21cad --- /dev/null +++ b/tests/simple_unit/ws.php @@ -0,0 +1,9 @@ +<?php
+
+include_once '../../framework/prado.php';
+include_once './Soap/ContactManager.php';
+
+$app = new TApplication('.');
+$app->run();
+
+?>
\ No newline at end of file |