News Feed
Jobs Feed
Sections




News Archive
Sebastian Bergmann's Blog:
Improved Skeleton Generator in PHPUnit 3
September 26, 2006 @ 08:12:38

Sebastian Bergmann has posted another update about the upcoming PHPUnit 3 project, this time concrening the improved skeleton generator that's been put in place.

PHPUnit can help you write your tests by analyzing the code of an existing class and generating a skeleton test-case class for it. With PHPUnit 3 this feature will be more powerful as it now supports @test annotations in the class source.

To illustrate the point, he gives a bit of code for a calculator class with a single add() method. When the skeleton generator gets its hands on it though, it spits back out a complete testing suite with predefined functions ready for your assertions (and completely valid, even without them).

0 comments voice your opinion now!
phpunit skeleton generator unit test phpunit skeleton generator unit test


blog comments powered by Disqus

Similar Posts

Padraic Brady's Blog: Unit Testing: One Test, One Assertion - Why It Works

Sebastian Bergmann's Blog: PHPUnit 3.0 Beta 3

Sebastian Bergmann's Blog: Improved Skeleton Generator in PHPUnit 3

Wojciech Sznapka: Export colored Behat scenarios to PDF

Chris Hartjes' Blog: Zend_Service_Audioscrobbler Update


Community Events











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


example testing opinion application language podcast database api framework phpunit introduction zendframework2 release community functional development interview series composer code

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