Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: 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() { } }