Branch: refs/heads/MAINT_4_0_10
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 00c64c6dde51a3d21e121d778fa3d50639966861
https://github.com/phpmyadmin/phpmyadmin/commit/00c64c6dde51a3d21e121d778fa…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-01-28 (Thu, 28 Jan 2016)
Changed paths:
M test/classes/PMA_DBQbe_test.php
M test/classes/PMA_DbSearch_test.php
M test/classes/PMA_DisplayResults_test.php
M test/classes/PMA_Error_Handler_test.php
M test/classes/PMA_Footer_test.php
M test/classes/PMA_List_Database_test.php
M test/classes/PMA_Scripts_test.php
M test/classes/gis/PMA_GIS_Geometry_test.php
Log Message:
-----------
Skip tests if ReflectionClass::setAccessible is not available
This is the case on PHP 5.2.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/MAINT_4_0_10
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 632380d3d9e897284e0cd503e2ef66667da91b13
https://github.com/phpmyadmin/phpmyadmin/commit/632380d3d9e897284e0cd503e2e…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-01-28 (Thu, 28 Jan 2016)
Changed paths:
M .travis.yml
Log Message:
-----------
Test with PHP 5.2 to ensure we don't again release something broken
Issue #11891
Signed-off-by: Michal Čihař <michal(a)cihar.com>