diff options
Diffstat (limited to 'tests/simple_unit/unit.php')
-rw-r--r-- | tests/simple_unit/unit.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/simple_unit/unit.php b/tests/simple_unit/unit.php deleted file mode 100644 index b0e7874d..00000000 --- a/tests/simple_unit/unit.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php - -include_once '../test_tools/unit_tests.php'; -$test_cases = dirname(__FILE__)."/"; - -$tester = new PradoUnitTester($test_cases); -$tester->run(new HtmlReporter()); |