Skip to content

Commit d70cdf9

Browse files
committed
Merge branch 'master' of github.com:bskendig/zf1 into pr297
2 parents 5e6b115 + 4c37909 commit d70cdf9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Test/PHPUnit/ControllerTestCase.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@
1919
* @version $Id$
2020
*/
2121

22-
/** @see PHPUnit_Runner_Version */
23-
require_once 'PHPUnit/Runner/Version.php';
24-
25-
/**
26-
* Depending on version, include the proper PHPUnit support
27-
* @see PHPUnit_Autoload
28-
*/
29-
require_once (version_compare(PHPUnit_Runner_Version::id(), '3.5.0', '>=')) ? 'PHPUnit/Autoload.php' : 'PHPUnit/Framework.php';
30-
3122
/** @see Zend_Controller_Front */
3223
require_once 'Zend/Controller/Front.php';
3324

0 commit comments

Comments
 (0)