Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: ThrowExceptionTestCase.php
<?php class ThrowExceptionTestCase extends PHPUnit_Framework_TestCase { public function test() { throw new RuntimeException('A runtime error occurred'); } }