public function testProtectedMethodCallsCopiedCorrectly() { return $this->assertTrue(SNAP_callStatic($this->mocked_obj, 'getProtectedParentTrue')); }
public function setUp() { $mock = $this->mock('Mockable_Object_With_Private_Static_Members')->requiresInheritance()->construct(); $this->result = SNAP_callStatic($mock, 'foo'); }