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