summaryrefslogtreecommitdiff
path: root/tests/unit/phpunit.php
diff options
context:
space:
mode:
authorctrlaltca <>2013-01-02 14:42:24 +0000
committerctrlaltca <>2013-01-02 14:42:24 +0000
commitedf2251aca60a970e822079d23933e5b70b26571 (patch)
tree366b6688efbb03f20f47268bea57859cea673c70 /tests/unit/phpunit.php
parent8e5f2510bd577e15095e46afc7d0ba6808549bf8 (diff)
backported all related changes up to 3229 to branch/3.2
Diffstat (limited to 'tests/unit/phpunit.php')
-rw-r--r--tests/unit/phpunit.php21
1 files changed, 1 insertions, 20 deletions
diff --git a/tests/unit/phpunit.php b/tests/unit/phpunit.php
index 6d612e46..e32d0e54 100644
--- a/tests/unit/phpunit.php
+++ b/tests/unit/phpunit.php
@@ -13,23 +13,4 @@
define('PRADO_FRAMEWORK_DIR', dirname(__FILE__).'/../../framework');
set_include_path(PRADO_FRAMEWORK_DIR.PATH_SEPARATOR.get_include_path());
-require_once dirname(__FILE__).'/Prado.php';
-require_once PRADO_FRAMEWORK_DIR.'/prado.php';
-
-//grab the version of phpunit, OPP: phpunit provided version call
-$version = `{$_SERVER['argv'][0]} --version`;
-preg_match('/(\d\d?)\.(\d\d?)(\.(\d\d?))?/', $version, $matches);
-
-if($matches[1] <= 3){
- if($matches[2] <= 4){
- require_once 'PHPUnit/Framework.php';
- if($matches[2] <= 3){
- require_once 'PHPUnit/Framework/TestCase.php';
- require_once 'PHPUnit/Framework/IncompleteTestError.php';
- require_once 'PHPUnit/Framework/TestSuite.php';
- }
- }
-}
-require_once 'PHPUnit/TextUI/TestRunner.php';
-require_once 'PHPUnit/Util/Filter.php';
-?>
+?> \ No newline at end of file