Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 607cb3b0b3b877456dd328594610202d1078bdc9
https://github.com/phpmyadmin/phpmyadmin/commit/607cb3b0b3b877456dd32859461…
Author: Jeff Chan <jefftchan(a)gmail.com>
Date: 2014-03-10 (Mon, 10 Mar 2014)
Changed paths:
M test/classes/PMA_Error_Handler_test.php
M test/classes/PMA_Error_test.php
M test/classes/PMA_Footer_test.php
M test/classes/PMA_Menu_test.php
M test/classes/PMA_TableReplaceSearch_test.php
M test/classes/PMA_TableSearch_test.php
M test/classes/PMA_Util_test.php
M test/classes/navigation/PMA_Node_Database_test.php
M test/classes/navigation/PMA_Node_Table_Container_test.php
M test/classes/navigation/PMA_Node_Table_test.php
M test/classes/navigation/PMA_Node_View_Container_test.php
M test/classes/plugin/auth/PMA_AuthenticationCookie_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_ExportSql_test.php
M test/libraries/PMA_ConfigGenerator_test.php
M test/libraries/PMA_SetupIndex_test.php
M test/libraries/PMA_display_export_test.php
M test/libraries/PMA_server_privileges_test.php
M test/libraries/PMA_server_user_groups_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 659efe1a88e8cc553bfa965aec2069bee897d4b4
Signed-off-by: Jeff Chan <jefftchan(a)gmail.com>
Commit: b1c31dc4e3fd1b9bce454d7f74eb69ecd4c69da4
https://github.com/phpmyadmin/phpmyadmin/commit/b1c31dc4e3fd1b9bce454d7f74e…
Author: Marc Delisle <marc(a)infomarc.info>
Date: 2014-03-10 (Mon, 10 Mar 2014)
Changed paths:
M test/classes/PMA_Error_Handler_test.php
M test/classes/PMA_Error_test.php
M test/classes/PMA_Footer_test.php
M test/classes/PMA_Menu_test.php
M test/classes/PMA_TableReplaceSearch_test.php
M test/classes/PMA_TableSearch_test.php
M test/classes/PMA_Util_test.php
M test/classes/navigation/PMA_Node_Database_test.php
M test/classes/navigation/PMA_Node_Table_Container_test.php
M test/classes/navigation/PMA_Node_Table_test.php
M test/classes/navigation/PMA_Node_View_Container_test.php
M test/classes/plugin/auth/PMA_AuthenticationCookie_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_ExportSql_test.php
M test/libraries/PMA_ConfigGenerator_test.php
M test/libraries/PMA_SetupIndex_test.php
M test/libraries/PMA_display_export_test.php
M test/libraries/PMA_server_privileges_test.php
M test/libraries/PMA_server_user_groups_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 #1037 from jeffchan/fix-tests
Import dependencies to make unit tests friendlier to running independently
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/6748bb9a1427...b1c31dc4e3fd
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 659efe1a88e8cc553bfa965aec2069bee897d4b4
https://github.com/phpmyadmin/phpmyadmin/commit/659efe1a88e8cc553bfa965aec2…
Author: Jeff Chan <jefftchan(a)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(a)gmail.com>
Commit: af749a3409713da3be85404af345d19ef3e414f4
https://github.com/phpmyadmin/phpmyadmin/commit/af749a3409713da3be85404af34…
Author: Marc Delisle <marc(a)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