Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: CoverageFunctionParenthesesTest.php
<?php class CoverageFunctionParenthesesTest extends PHPUnit_Framework_TestCase { /** * @covers ::globalFunction() */ public function testSomething() { globalFunction(); } }