Ejemplo n.º 1
0
 /**
  * @expectedException SebastianBergmann\CodeCoverage\Exception
  */
 public function testSetIgnoreDeprecatedCodeThrowsExceptionForInvalidArgument()
 {
     $this->coverage->setIgnoreDeprecatedCode(null);
 }