Skip to content
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
@edno

Description

@edno

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions