diff options
Diffstat (limited to 'tests/simple_unit/unit.php')
-rw-r--r-- | tests/simple_unit/unit.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/simple_unit/unit.php b/tests/simple_unit/unit.php index 7e86e925..63910f68 100644 --- a/tests/simple_unit/unit.php +++ b/tests/simple_unit/unit.php @@ -1,9 +1,9 @@ -<?php
-
-include_once '../test_tools/unit_tests.php';
-$test_cases = dirname(__FILE__)."/";
-
-$tester = new PradoUnitTester($test_cases);
-$tester->run(new HtmlReporter());
-
+<?php + +include_once '../test_tools/unit_tests.php'; +$test_cases = dirname(__FILE__)."/"; + +$tester = new PradoUnitTester($test_cases); +$tester->run(new HtmlReporter()); + ?>
\ No newline at end of file |