Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4f241de077bdc62b68c205c70564a3c8d8502939
https://github.com/phpmyadmin/phpmyadmin/commit/4f241de077bdc62b68c205c7056…
Author: Jeff Chan <jefftchan(a)gmail.com>
Date: 2014-03-09 (Sun, 09 Mar 2014)
Changed paths:
M test/classes/plugin/export/PMA_ExportCsv_test.php
M test/classes/plugin/export/PMA_ExportExcel_test.php
M test/classes/plugin/export/PMA_ExportHtmlword_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_ExportOds_test.php
M test/classes/plugin/export/PMA_ExportOdt_test.php
M test/classes/plugin/export/PMA_ExportPdf_test.php
M test/classes/plugin/export/PMA_ExportPhparray_test.php
M test/classes/plugin/export/PMA_ExportTexytext_test.php
M test/classes/plugin/export/PMA_ExportYaml_test.php
Log Message:
-----------
Import export.lib.php 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 1d58392622592d9a2cd6b64b797017d5ba95a113
Signed-off-by: Jeff Chan <jefftchan(a)gmail.com>
Commit: 2512ffe5139de7438c5f5f5de0542de384dc1491
https://github.com/phpmyadmin/phpmyadmin/commit/2512ffe5139de7438c5f5f5de05…
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: 2014-03-09 (Sun, 09 Mar 2014)
Changed paths:
M test/classes/plugin/export/PMA_ExportCsv_test.php
M test/classes/plugin/export/PMA_ExportExcel_test.php
M test/classes/plugin/export/PMA_ExportHtmlword_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_ExportOds_test.php
M test/classes/plugin/export/PMA_ExportOdt_test.php
M test/classes/plugin/export/PMA_ExportPdf_test.php
M test/classes/plugin/export/PMA_ExportPhparray_test.php
M test/classes/plugin/export/PMA_ExportTexytext_test.php
M test/classes/plugin/export/PMA_ExportYaml_test.php
Log Message:
-----------
Merge pull request #1034 from jeffchan/fix-export-tests
Import export.lib.php to make unit tests friendlier to running independently
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/821fe4879425...2512ffe5139d
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1d58392622592d9a2cd6b64b797017d5ba95a113
https://github.com/phpmyadmin/phpmyadmin/commit/1d58392622592d9a2cd6b64b797…
Author: Jeff Chan <jefftchan(a)gmail.com>
Date: 2014-03-09 (Sun, 09 Mar 2014)
Changed paths:
M test/classes/navigation/PMA_Node_Column_test.php
M test/classes/navigation/PMA_Node_DatabaseChild_test.php
M test/classes/navigation/PMA_Node_Database_test.php
M test/classes/navigation/PMA_Node_Function_test.php
M test/classes/navigation/PMA_Node_Index_test.php
M test/classes/navigation/PMA_Node_Procedure_test.php
M test/classes/navigation/PMA_Node_Table_test.php
M test/classes/navigation/PMA_Node_View_test.php
Log Message:
-----------
Import gettext include to make unit tests friendlier to running independently
The HHVM test runner runs the unit tests parallelly. Currently some tests
fail because not all the dependencies are properly included.
This is similar to this commit 840f7b12150aedca8f8d6d57c0da15dab9f99a07
Signed-off-by: Jeff Chan <jefftchan(a)gmail.com>
Commit: 44b1e8b8c0ce8bc49ed2832a5c57af3185e4cf80
https://github.com/phpmyadmin/phpmyadmin/commit/44b1e8b8c0ce8bc49ed2832a5c5…
Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
Date: 2014-03-09 (Sun, 09 Mar 2014)
Changed paths:
M test/classes/navigation/PMA_Node_Column_test.php
M test/classes/navigation/PMA_Node_DatabaseChild_test.php
M test/classes/navigation/PMA_Node_Database_test.php
M test/classes/navigation/PMA_Node_Function_test.php
M test/classes/navigation/PMA_Node_Index_test.php
M test/classes/navigation/PMA_Node_Procedure_test.php
M test/classes/navigation/PMA_Node_Table_test.php
M test/classes/navigation/PMA_Node_View_test.php
Log Message:
-----------
Merge pull request #1032 from jeffchan/fix-tests
Import gettext include to make unit tests friendlier to running independently
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/3253e4ee4b42...44b1e8b8c0ce