Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: ParentSuite.php
<?php require_once 'ChildSuite.php'; class ParentSuite { public static function suite() { $suite = new PHPUnit_Framework_TestSuite('Parent'); $suite->addTest(ChildSuite::suite()); return $suite; } }