public function PartialMockTestClass::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit-mock-objects/tests/_fixture/PartialMockTestClass.php \PartialMockTestClass::__construct()
File
- vendor/
phpunit/ phpunit-mock-objects/ tests/ _fixture/ PartialMockTestClass.php, line 6
Class
Code
public function __construct() {
$this->constructorCalled = true;
}