Known, there are several bc breaks in PHPUnit 3.5 and we have not set aside time to fix them yet as everyone would need to upgrade, feel free to suggest patches / create pull request though so we can get this fixed soon.
On Thu, Oct 21, 2010 at 3:52 PM, Thiago Campos Viana < [email protected]> wrote: > Hello > > Today I tried to do some tests with ez test system and I got some errors, > the test suit is not up to date with the latest PHPUnit version. > > I needed to change: > > require_once 'PHPUnit/Framework.php'; > require_once 'PHPUnit/TextUI/TestRunner.php'; > > to > > require_once 'PHPUnit/Autoload.php'; > > It seems like PHPUnit_Util_Filter was deprecated, and now we need to use > PHP_CodeCoverage_Filter instead. > > Don't know if it's a good to make these changes because it isn't back > compatible, but the test system isn't compatible with the latest PHPUnit > version, 3.5.2. > -- > Thiago Campos Viana > > Bacharelado em Informática - ICMC - USP > > -- > Sdk-public mailing list > [email protected] > http://lists.ez.no/mailman/listinfo/sdk-public > >
-- Sdk-public mailing list [email protected] http://lists.ez.no/mailman/listinfo/sdk-public
