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

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. -- Marc Delisle | phpMyAdmin

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

Hi Dne Thu, 07 May 2015 18:51:36 -0400 Marc Delisle <marc@infomarc.info> napsal(a):
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.
I've adjusted composer setup in 458f1d2 to pull latest phpunit in CI as well. -- Michal Čihař | http://cihar.com | http://blog.cihar.com
participants (2)
-
Marc Delisle
-
Michal Čihař