public function PHP_CodeCoverageTest::testStopThrowsExceptionForInvalidArgument

@covers PHP_CodeCoverage::stop @expectedException PHP_CodeCoverage_Exception

File

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

Class

PHP_CodeCoverageTest
Tests for the PHP_CodeCoverage class.

Code

public function testStopThrowsExceptionForInvalidArgument() {
  $this->coverage
    ->stop(NULL);
}