You are here

public function ObjectProphecySpecFixtureB::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 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

ObjectProphecySpecFixtureB

Namespace

spec\Prophecy\Prophecy

Code

public function __construct($value) {
  $this->value = $value;
}