This repository was archived by the owner on Apr 12, 2018. It is now read-only.
This repository was archived by the owner on Apr 12, 2018. It is now read-only.
Annotation @testWith not documented #358
Closed
Description
The annotation @testwith is missing in the documentation.
/**
* @testWith (1, 2, 3)
* (10, 11, 21)
*/
function testAdd($a, $b, $result)
{
$this->assertEquals($result, $sut->add($a, $b));
}
The annotation has been introduced in PHPUnit 4.8 with tickets sebastianbergmann/phpunit#1151 and sebastianbergmann/phpunit#1728
Metadata
Metadata
Assignees
Labels
No labels