diff options
author | wei <> | 2005-12-13 01:44:04 +0000 |
---|---|---|
committer | wei <> | 2005-12-13 01:44:04 +0000 |
commit | 2c383b6050b3d8cc6ac7a9442c999cb903af43ab (patch) | |
tree | 5bba3d5438f2ca915b1de3194710877d498b3f79 /tests/FunctionalTests/tests.php | |
parent | 66e71b1d5ff97e04311f8b761cc040b1188437d3 (diff) |
Adding FunctionalTests README.txt
Diffstat (limited to 'tests/FunctionalTests/tests.php')
-rw-r--r-- | tests/FunctionalTests/tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tests.php b/tests/FunctionalTests/tests.php index 34edd870..4e3c83d8 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.xmla'); +$application=new TApplication(dirname(__FILE__).'/framework/application.xml'); $application->run(); ?>
\ No newline at end of file |