public function ObjectProphecySpecFixtureB::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Prophecy/ObjectProphecySpec.php \spec\Prophecy\Prophecy\ObjectProphecySpecFixtureB::__construct()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Prophecy/ ObjectProphecySpec.php, line 315
Class
Namespace
spec\Prophecy\ProphecyCode
public function __construct($value) {
$this->value = $value;
}