zendframework / zf1

This project reached its end-of-life on 2016-09-28. Contains conversion of ZF1 subversion repo to git, from version 15234 forward, and only containing master and release-1.12 branches and 1.12 tags.
https://framework.zend.com/blog/2016-06-28-zf1-eol.html
BSD 3-Clause "New" or "Revised" License
360 stars 790 forks source link

ZF 1.12.6 still have require_once 'PHPUnit/Runner/Version.php' and is incompatible with PHPUnit 4.0 #336

Closed flambyyy closed 10 years ago

flambyyy commented 10 years ago

In ZF 1.12.6, #297 Zend/Test/PHPUnit/ControllerTestCase.php was fixed to autoload PHPUnit_Runner_Version insteads of requiring it manually.

There is still this issue with " require_once 'PHPUnit/Runner/Version.php'; " in :

See this PHPUnit issue https://github.com/sebastianbergmann/phpunit/issues/1167

flambyyy commented 10 years ago

This seems linked to #331

froschdesign commented 10 years ago

Duplicates #331