
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: c9948e9cde4253c28862234428b709e83e87eabe https://github.com/phpmyadmin/phpmyadmin/commit/c9948e9cde4253c28862234428b7... Author: Jeff Chan <jefftchan@gmail.com> Date: 2014-03-14 (Fri, 14 Mar 2014) Changed paths: M test/libraries/PMA_Tracker_test.php Log Message: ----------- Import dependencies to make unit tests friendlier to running independently The HHVM test runner runs the unit tests in parallel. Currently some tests fail because not all the dependencies are properly included. Signed-off-by: Jeff Chan <jefftchan@gmail.com> Commit: 498786109dc2c5476aa8585ca23b640d64a5bbd7 https://github.com/phpmyadmin/phpmyadmin/commit/498786109dc2c5476aa8585ca23b... Author: Michal Čihař <michal@cihar.com> Date: 2014-03-14 (Fri, 14 Mar 2014) Changed paths: M test/libraries/PMA_Tracker_test.php Log Message: ----------- Merge pull request #1063 from jeffchan/fix-test-dependencies Import dependencies to make unit tests friendlier to running independently Compare: https://github.com/phpmyadmin/phpmyadmin/compare/ad931a1c05ae...498786109dc2