Passing a PhpUnit Test without making assertions

public function testNothingInParticular() {
	$this->expectNotToPerformAssertions();
}

See also: https://github.com/sebastianbergmann/phpunit/pull/3042