public function PHP_CodeCoverageTest::testStartThrowsExceptionForInvalidArgument

@covers PHP_CodeCoverage::start @expectedException PHP_CodeCoverage_Exception

File

drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php, line 123

Class

PHP_CodeCoverageTest
Tests for the PHP_CodeCoverage class.

Code

public function testStartThrowsExceptionForInvalidArgument() {
  $this->coverage
    ->start(NULL, array(), NULL);
}