Le 2015-05-02 07:23, Marc Delisle a écrit :
Hi devs, Trying to run phpunit (4.2.6-2) on jessie to test phpMyAdmin. My current goal is to stay with packages coming from Debian but I'm not sure I'll be able to do that.
First, trying to run with code coverage (phpunit.xml.dist)
PHP Fatal error: Class 'PHP_Token_Stream' not found in /usr/share/php/PHP/CodeCoverage.php on line 692
With phpunit.xml.nocoverage, I get a lot of these errors:
PHPUnit_Framework_Assert::assertTag is deprecated
So we should do something about assertTag.
Now assertTag is removed from our tests. Please do not add back this assertion.