Passing a PhpUnit Test without making assertions
public function testNothingInParticular() {
$this->expectNotToPerformAssertions();
}
See also: https://github.com/sebastianbergmann/phpunit/pull/3042
☝️ Backlinks
No notes are currently linking to "Passing a PhpUnit Test without making assertions".