Searched refs:constructorCalled (Results 1 – 4 of 4) sorted by relevance
4 public $constructorCalled = false; variable in PartialMockTestClass8 $this->constructorCalled = true;
4 public $constructorCalled = false; variable in Mockable9 $this->constructorCalled = false;
448 $this->assertTrue($mock1->constructorCalled);449 $this->assertFalse($mock2->constructorCalled);
625 $this->assertFalse($mock->constructorCalled);