diff options
Diffstat (limited to 'tests/FunctionalTests/quickstart.php')
-rwxr-xr-x | tests/FunctionalTests/quickstart.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/FunctionalTests/quickstart.php b/tests/FunctionalTests/quickstart.php new file mode 100755 index 00000000..3493a907 --- /dev/null +++ b/tests/FunctionalTests/quickstart.php @@ -0,0 +1,8 @@ +<?php + +require('../test_tools/functional_tests.php'); + +$tester=new PradoFunctionalTester(dirname(__FILE__).'/quickstart'); +$tester->run(new SimpleReporter()); + +?>
\ No newline at end of file |