Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: PartialMockTestClass.php
<?php class PartialMockTestClass { public $constructorCalled = false; public function __construct() { $this->constructorCalled = true; } public function doSomething() { } public function doAnotherThing() { } }