Closing Issues with PHPUnit

@raphaelstolt shows how to close GitHub Issues using PHPUnit in his blog post, Closing and reopening GitHub issues via PHPUnit tests The secret? Implementing GitHub_TicketListener. img http://img.s...

By · · 1 min read

Source: The GitHub Blog

@raphaelstolt shows how to close GitHub Issues using PHPUnit in his blog post, Closing and reopening GitHub issues via PHPUnit tests The secret? Implementing GitHub_TicketListener. img http://img.skitch.com/20100120-er3nuye656kk77pd83wibtudw4.png http://raphaelstolt.blogspot.com/2010/01/closing-and-reopening-github-issues-via.html Check the…