Branch: refs/heads/master Home: https://github.com/phpmyadmin/error-reporting-server Commit: ab30f10a20360bef3038bb2bee5754cda89b0bb3 https://github.com/phpmyadmin/error-reporting-server/commit/ab30f10a20360bef... Author: Deven Bansod devenbansod.bits@gmail.com Date: 2017-07-03 (Mon, 03 Jul 2017)
Changed paths: M composer.json M src/Controller/GithubController.php M src/Template/Github/create_issue.ctp A tests/Fixture/comment_response.json A tests/Fixture/issue_response.json A tests/TestCase/Controller/GithubControllerTest.php
Log Message: ----------- Add tests for Github Controller
* Use php-mock/php-mock-phpunit for mocking php functions like `curl_exec`, `curl_getinfo` * Remove unnecessary processing of pma version in create_issue form
Signed-off-by: Deven Bansod devenbansod.bits@gmail.com
Commit: 6d849dd79ffb2ece6df0ef577d6b40e96a87b47e https://github.com/phpmyadmin/error-reporting-server/commit/6d849dd79ffb2ece... Author: Michal Čihař michal@cihar.com Date: 2017-07-05 (Wed, 05 Jul 2017)
Changed paths: M composer.json M src/Controller/GithubController.php M src/Template/Github/create_issue.ctp A tests/Fixture/comment_response.json A tests/Fixture/issue_response.json A tests/TestCase/Controller/GithubControllerTest.php
Log Message: ----------- Merge pull request #170 from devenbansod/add_tests_github
Add tests for GitHub controller
Compare: https://github.com/phpmyadmin/error-reporting-server/compare/b75e3a6c9b8c......