Blame | Last modification | View Log | Download
<?phpclass PartialMockTestClass{public $constructorCalled = false;public function __construct(){$this->constructorCalled = true;}public function doSomething(){}public function doAnotherThing(){}}