constructorArgs = array($arg1, $arg2); } public function mockableMethod() { // something different from NULL return TRUE; } public function anotherMockableMethod() { // something different from NULL return TRUE; } public function __clone() { $this->cloned = TRUE; } }