public function PHP_CodeCoverageTest::testSetCheckForUnintentionallyCoveredCodeThrowsExceptionForInvalidArgument in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/php-code-coverage/tests/PHP/CodeCoverageTest.php \PHP_CodeCoverageTest::testSetCheckForUnintentionallyCoveredCodeThrowsExceptionForInvalidArgument()
@covers PHP_CodeCoverage::setCheckForUnintentionallyCoveredCode @expectedException PHP_CodeCoverage_Exception
File
- vendor/
phpunit/ php-code-coverage/ tests/ PHP/ CodeCoverageTest.php, line 135
Class
- PHP_CodeCoverageTest
- Tests for the PHP_CodeCoverage class.
Code
public function testSetCheckForUnintentionallyCoveredCodeThrowsExceptionForInvalidArgument() {
$this->coverage
->setCheckForUnintentionallyCoveredCode(null);
}