%PDF- %PDF-
Direktori : /var/www/html/digiprint/vendor/phpunit/phpunit/tests/_files/ |
Current File : /var/www/html/digiprint/vendor/phpunit/phpunit/tests/_files/NotExistingCoveredElementTest.php |
<?php class NotExistingCoveredElementTest extends PHPUnit_Framework_TestCase { /** * @covers NotExistingClass */ public function testOne() { } /** * @covers NotExistingClass::notExistingMethod */ public function testTwo() { } /** * @covers NotExistingClass::<public> */ public function testThree() { } }