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