Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: CoverageNamespacedFunctionTest.php
<?php use PHPUnit\Framework\TestCase; class CoverageNamespacedFunctionTest extends TestCase { /** * @covers foo\func() */ public function testFunc() { foo\func(); } }