@covers PHP_CodeCoverage::setForceCoversAnnotation
public function testSetForceCoversAnnotation() { $this->coverage ->setForceCoversAnnotation(TRUE); $this ->assertAttributeEquals(TRUE, 'forceCoversAnnotation', $this->coverage); }