Michal Čihař a écrit :
Hi
Dne Tue, 19 Aug 2014 16:10:25 -0400 Marc Delisle marc@infomarc.info napsal(a):
Hi devs,
Can someone reproduce my problem?
With this pull request [0], I get errors when running phpunit (see errors in my comments there).
I can not reproduce this - PHP 5.6.0RC3, PHPUnit 3.7.28
Thanks. My problem was that I have a customized test/bootstrap.php and since I created it, this line has been added to test/bootstrap-dist.php:
$GLOBALS['PMA_String'] = $PMA_String;
but not in mine.