NotExistingCoveredElementTest.php in Zircon Profile 8
Same filename in this branch
Same filename and directory in other branches
File
vendor/phpunit/phpunit/tests/_files/NotExistingCoveredElementTest.phpView source
<?php
class NotExistingCoveredElementTest extends PHPUnit_Framework_TestCase {
/**
* @covers NotExistingClass
*/
public function testOne() {
}
/**
* @covers NotExistingClass::notExistingMethod
*/
public function testTwo() {
}
/**
* @covers NotExistingClass::<public>
*/
public function testThree() {
}
}
Classes
Name | Description |
---|---|
NotExistingCoveredElementTest |