You are here

class ObjectProphecySpecFixtureB in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/spec/Prophecy/Prophecy/ObjectProphecySpec.php \spec\Prophecy\Prophecy\ObjectProphecySpecFixtureB

Hierarchy

Expanded class hierarchy of ObjectProphecySpecFixtureB

File

vendor/phpspec/prophecy/spec/Prophecy/Prophecy/ObjectProphecySpec.php, line 310

Namespace

spec\Prophecy\Prophecy
View source
class ObjectProphecySpecFixtureB extends ObjectProphecySpecFixtureA {
  public $errors;
  public $value = null;
  public function __construct($value) {
    $this->value = $value;
  }

}

Members