We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a21a56 commit 1aa5d95Copy full SHA for 1aa5d95
src/CodeCoverage.php
@@ -466,6 +466,14 @@ public function setMapTestClassNameToCoveredClassName($flag)
466
$this->mapTestClassNameToCoveredClassName = $flag;
467
}
468
469
+ /**
470
+ * @return bool
471
+ */
472
+ public function getMapTestClassNameToCoveredClassName()
473
+ {
474
+ return $this->mapTestClassNameToCoveredClassName;
475
+ }
476
+
477
/**
478
* @param boolean $flag
479
* @throws PHP_CodeCoverage_Exception
0 commit comments