diff options
Diffstat (limited to 'tests/unit/phpunit2.php')
-rw-r--r-- | tests/unit/phpunit2.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/unit/phpunit2.php b/tests/unit/phpunit2.php deleted file mode 100644 index 8d9c8d0d..00000000 --- a/tests/unit/phpunit2.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php -/** - * A few common settings for all unit tests. - * - * This file should be included in all unit tests with absolute path to be able to run it - * from the command line with "phpunit" like this: - * - * require_once dirname(__FILE__).'/path/../to/../phpunit2.php'; - * - * Also remember do define the @package attribute for your test class to make it appear under - * the right package in unit test and code coverage reports. - */ -define('PRADO_FRAMEWORK_DIR', dirname(__FILE__).'/../../framework'); -set_include_path(PRADO_FRAMEWORK_DIR.':'.get_include_path()); -require_once PRADO_FRAMEWORK_DIR.'/prado.php'; -require_once 'PHPUnit2/Framework/TestCase.php'; -require_once 'PHPUnit2/Framework/IncompleteTestError.php'; -?> |