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