Home
last modified time | relevance | path

Searched refs:constructorCalled (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DPartialMockTestClass.php4 public $constructorCalled = false; variable in PartialMockTestClass
8 $this->constructorCalled = true;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DMockable.php4 public $constructorCalled = false; variable in Mockable
9 $this->constructorCalled = false;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php448 $this->assertTrue($mock1->constructorCalled);
449 $this->assertFalse($mock2->constructorCalled);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php625 $this->assertFalse($mock->constructorCalled);