ZF-10837: Remove include of TestHelper in all tests
Description
Since we now have a phpunit.xml file that loads the TestHelper.php file, it is no longer required to include the file in each and every test.
Since we now have a phpunit.xml file that loads the TestHelper.php file, it is no longer required to include the file in each and every test.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2010-12-16T10:56:54.000+0000
We've done this in the ZF2 branch already; I'm not sure it's worth the effort to do it in the ZF1 branch -- it took a good week or more poking around to determine what test cases were failing due to never before being referenced, etc. I'd personally suggest skipping this for now.
Posted by Andries Seutens (andries) on 2010-12-16T11:01:22.000+0000
I've removed the includes of the TestHelper already. It does not affect the skipping of tests.
Posted by Andries Seutens (andries) on 2010-12-16T12:34:17.000+0000
Fixed in svn r23521, and merged to 1.11 release branch in svn r23522