summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tests.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tests.php')
-rw-r--r--tests/FunctionalTests/tests.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tests.php b/tests/FunctionalTests/tests.php
new file mode 100644
index 00000000..4e3c83d8
--- /dev/null
+++ b/tests/FunctionalTests/tests.php
@@ -0,0 +1,10 @@
+<?php
+
+require_once(dirname(__FILE__).'/../../framework/prado.php');
+require_once(dirname(__FILE__).'/config.php');
+
+
+$application=new TApplication(dirname(__FILE__).'/framework/application.xml');
+$application->run();
+
+?> \ No newline at end of file