Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 3f0f634c3888070841b7f0ef8346b9ace988a3db https://github.com/phpmyadmin/phpmyadmin/commit/3f0f634c3888070841b7f0ef8346... Author: Jeff Chan jefftchan@gmail.com Date: 2014-03-12 (Wed, 12 Mar 2014)
Changed paths: M test/classes/plugin/auth/PMA_AuthenticationConfig_test.php M test/classes/plugin/export/PMA_ExportHtmlword_test.php M test/classes/plugin/export/PMA_ExportLatex_test.php M test/classes/plugin/export/PMA_ExportOdt_test.php M test/classes/plugin/export/PMA_ExportSql_test.php M test/classes/plugin/export/PMA_ExportTexytext_test.php M test/classes/plugin/export/PMA_ExportXml_test.php M test/classes/plugin/transformations/Image_JPEG_Inline_test.php M test/classes/plugin/transformations/Image_PNG_Inline_test.php M test/classes/plugin/transformations/Text_Plain_Substring_test.php M test/libraries/PMA_ConfigGenerator_test.php M test/libraries/PMA_display_change_password_test.php M test/libraries/PMA_mysql_charsets_test.php M test/libraries/PMA_server_databases_test.php M test/libraries/PMA_server_privileges_test.php M test/libraries/PMA_sql_query_form_test.php M test/libraries/PMA_tbl_columns_definition_form_test.php
Log Message: ----------- Import config 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 607cb3b0b3b877456dd328594610202d1078bdc9
Signed-off-by: Jeff Chan jefftchan@gmail.com
Commit: 25b58235b3e3b10ee73c8fc74f36a1f4ee31afd9 https://github.com/phpmyadmin/phpmyadmin/commit/25b58235b3e3b10ee73c8fc74f36... Author: Michal Čihař michal@cihar.com Date: 2014-03-12 (Wed, 12 Mar 2014)
Changed paths: M test/classes/plugin/auth/PMA_AuthenticationConfig_test.php M test/classes/plugin/export/PMA_ExportHtmlword_test.php M test/classes/plugin/export/PMA_ExportLatex_test.php M test/classes/plugin/export/PMA_ExportOdt_test.php M test/classes/plugin/export/PMA_ExportSql_test.php M test/classes/plugin/export/PMA_ExportTexytext_test.php M test/classes/plugin/export/PMA_ExportXml_test.php M test/classes/plugin/transformations/Image_JPEG_Inline_test.php M test/classes/plugin/transformations/Image_PNG_Inline_test.php M test/classes/plugin/transformations/Text_Plain_Substring_test.php M test/libraries/PMA_ConfigGenerator_test.php M test/libraries/PMA_display_change_password_test.php M test/libraries/PMA_mysql_charsets_test.php M test/libraries/PMA_server_databases_test.php M test/libraries/PMA_server_privileges_test.php M test/libraries/PMA_sql_query_form_test.php M test/libraries/PMA_tbl_columns_definition_form_test.php
Log Message: ----------- Merge pull request #1046 from jeffchan/fix-tests
Import config to make unit tests friendlier to running independently
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/5cc63d7b35e8...25b58235b3e3