summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tests.php
diff options
context:
space:
mode:
authorwei <>2005-12-11 00:07:50 +0000
committerwei <>2005-12-11 00:07:50 +0000
commitba423d5eee055002345ee88b748d91f5f1d06c4e (patch)
tree9a8926c96b887b3ee1ae4d73a087b27bb179e8c6 /tests/FunctionalTests/tests.php
parent5ecce1f03a230da31fddc91008e76978ef90fa78 (diff)
Throws "Fatal error: Exception thrown without a stack frame in Unknown on line 0"
Diffstat (limited to 'tests/FunctionalTests/tests.php')
-rw-r--r--tests/FunctionalTests/tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tests.php b/tests/FunctionalTests/tests.php
index 4e3c83d8..34edd870 100644
--- a/tests/FunctionalTests/tests.php
+++ b/tests/FunctionalTests/tests.php
@@ -4,7 +4,7 @@ require_once(dirname(__FILE__).'/../../framework/prado.php');
require_once(dirname(__FILE__).'/config.php');
-$application=new TApplication(dirname(__FILE__).'/framework/application.xml');
+$application=new TApplication(dirname(__FILE__).'/framework/application.xmla');
$application->run();
?> \ No newline at end of file