Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 659efe1a88e8cc553bfa965aec2069bee897d4b4 https://github.com/phpmyadmin/phpmyadmin/commit/659efe1a88e8cc553bfa965aec20... Author: Jeff Chan jefftchan@gmail.com Date: 2014-03-09 (Sun, 09 Mar 2014)
Changed paths: M test/classes/PMA_StorageEngine_test.php M test/classes/PMA_TableReplaceSearch_test.php M test/classes/PMA_TableSearch_test.php M test/classes/plugin/auth/PMA_AuthenticationHttp_test.php M test/classes/plugin/auth/PMA_AuthenticationSignon_test.php M test/classes/plugin/export/PMA_ExportCodegen_test.php M test/classes/plugin/export/PMA_ExportCsv_test.php M test/classes/plugin/export/PMA_ExportJson_test.php M test/classes/plugin/export/PMA_ExportLatex_test.php M test/classes/plugin/export/PMA_ExportMediawiki_test.php M test/classes/plugin/export/PMA_ExportPdf_test.php M test/classes/plugin/export/PMA_ExportSql_test.php M test/classes/plugin/transformations/Text_Plain_Sql_test.php M test/libraries/PMA_Tracker_test.php M test/libraries/PMA_tbl_columns_definition_form_test.php M test/libraries/PMA_user_preferences_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.
This is similar to 840f7b12150aedca8f8d6d57c0da15dab9f99a07
Signed-off-by: Jeff Chan jefftchan@gmail.com
Commit: af749a3409713da3be85404af345d19ef3e414f4 https://github.com/phpmyadmin/phpmyadmin/commit/af749a3409713da3be85404af345... Author: Marc Delisle marc@infomarc.info Date: 2014-03-09 (Sun, 09 Mar 2014)
Changed paths: M test/classes/PMA_StorageEngine_test.php M test/classes/PMA_TableReplaceSearch_test.php M test/classes/PMA_TableSearch_test.php M test/classes/plugin/auth/PMA_AuthenticationHttp_test.php M test/classes/plugin/auth/PMA_AuthenticationSignon_test.php M test/classes/plugin/export/PMA_ExportCodegen_test.php M test/classes/plugin/export/PMA_ExportCsv_test.php M test/classes/plugin/export/PMA_ExportJson_test.php M test/classes/plugin/export/PMA_ExportLatex_test.php M test/classes/plugin/export/PMA_ExportMediawiki_test.php M test/classes/plugin/export/PMA_ExportPdf_test.php M test/classes/plugin/export/PMA_ExportSql_test.php M test/classes/plugin/transformations/Text_Plain_Sql_test.php M test/libraries/PMA_Tracker_test.php M test/libraries/PMA_tbl_columns_definition_form_test.php M test/libraries/PMA_user_preferences_test.php
Log Message: ----------- Merge pull request #1035 from jeffchan/fix-database-interface-tests
Import DatabaseInterface to make unit tests friendlier to running independently
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/8e066c510593...af749a340971