- for Footer class
- for navigation/PMA_Node_Database class
- In Util class for foreign key check
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
This reverts commit 9403921e4e.
We should really test those. In case the requests will fail, some other
solution should be found to actually execute this code.
Signed-off-by: Michal Čihař <michal@cihar.com>
Conflicts:
test/classes/PMA_Config_test.php
test/classes/PMA_Util_test.php
test/libraries/PMA_SetupIndex_test.php
The HHVM test runner runs the unit tests in parallel. Currently some tests
fail because not all the dependencies are properly included.
This is similar to 659efe1a88
Signed-off-by: Jeff Chan <jefftchan@gmail.com>