diff options
author | xue <> | 2006-03-12 16:28:21 +0000 |
---|---|---|
committer | xue <> | 2006-03-12 16:28:21 +0000 |
commit | 6ae6538555d45b3e947f5ce0d948d9b88d95364a (patch) | |
tree | 55c9622a90debe81de45f8af5cf10e3293862965 /tests/FunctionalTests/tests.php | |
parent | 5f66433898f89865a6682ad9aebfeef14b596dea (diff) |
reorganized FT.
Diffstat (limited to 'tests/FunctionalTests/tests.php')
-rw-r--r-- | tests/FunctionalTests/tests.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/FunctionalTests/tests.php b/tests/FunctionalTests/tests.php deleted file mode 100644 index 706c0661..00000000 --- a/tests/FunctionalTests/tests.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -require_once(dirname(__FILE__).'/../../framework/prado.php'); -require_once(dirname(__FILE__).'/config.php'); - - -$application=new TApplication(); -$application->run(); - -?>
\ No newline at end of file |