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