News Feed
Jobs Feed
Sections




News Archive
Sebastian Bergmann's Blog:
Data Providers in PHPUnit 3.2
October 15, 2007 @ 09:36:00

Sebastian Bergmann has pointed out a new offering that PHPUnit will have starting with version 3.2 - TestNG-style data parameters.

He includes a test case example that sets up a test method (dataProvider) that checks the input against the assert to ensure that it matches - in those case, that it matches an integer value.

The method specified by the @dataProvider annotation returns an array or an Iterator object that contain argument arrays. For each of these arrays a test object is created that will run the test method with the argument from the array.

As test run of the instance is also included.

0 comments voice your opinion now!
data provider phpunit testng assertequals example data provider phpunit testng assertequals example


blog comments powered by Disqus

Similar Posts

DevShed: Abstract Classes in PHP - Setting Up a Concrete Example

Tibo Beijen's Blog: DDD using Doctrine 2: A case study

Hasin Hayder's Blog: Developing PHP applications in the cloud with free cloud hosting providers

Mayflower Blog: Traits in PHP 5.4

Sebastian Bergmann's Blog: Google Summer of Code 2007


Community Events











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


code conference tool series functional podcast opinion zendframework2 object release community example introduction framework composer development testing interview unittest language

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