News Feed
Jobs Feed
Sections




News Archive
Raphael Stolt's Blog:
Closing and reopening GitHub issues via PHPUnit tests
January 20, 2010 @ 11:16:18

Raphael Stolt has an interesting idea about PHPUnit plugin (GitHub_TicketListener) that allows you to close (or reopen) Github issues via PHPUnit tests.

Since PHPUnit 3.4.0 a new extension point for interacting with issue tracking systems [...]. The extension point has been introduced by an abstract PHPUnit_Extensions_TicketListener class, which allows developer to add tailor-made ticket listeners supporting their favoured TTS.

The "@ticket" notation that PHPUnit allows as an annotation is the key to linking together your unit tests with the new listener. Two methods, getTicketInfo and updateTicket, are used to have the listener make a cURL connection over to Github and send the request to a REST-like service on the remote side.

5 comments voice your opinion now!
phpunit test github close reopen ticket


blog comments powered by Disqus

Similar Posts

Community News: PHP 5.1.3RC2 Released

PHPMaster.com: Create Digital Tickets with PHP and Apple Passbook

Sebastian Bergmann's Blog: Copy & Paste Detection in PHPUnit 3.2

Chris Hartjes' Blog: Zend_Service_Audioscrobbler Update

Community News: PHPUnit Web Interface (Ajax)


Community Events











Don't see your event here?
Let us know!


symfony2 language framework interview testing series database conference podcast phpunit development unittest opinion functional zendframework2 rest introduction release community usergroup

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework