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

Reply via email to