[Phpmyadmin-devel] unit testing on Debian 8 (jessie)

Marc Delisle marc at infomarc.info
Fri May 8 00:51:36 CEST 2015


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.

-- 
Marc Delisle | phpMyAdmin




More information about the Developers mailing list