[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 4f241d: Import export.lib.php to make unit tests friendlie...

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 4f241de077bdc62b68c205c70564a3c8d8502939 https://github.com/phpmyadmin/phpmyadmin/commit/4f241de077bdc62b68c205c70564... Author: Jeff Chan <jefftchan@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@gmail.com> Commit: 2512ffe5139de7438c5f5f5de0542de384dc1491 https://github.com/phpmyadmin/phpmyadmin/commit/2512ffe5139de7438c5f5f5de054... Author: Madhura Jayaratne <madhura.cj@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
participants (1)
-
Madhura Jayaratne