You are here

class ExactValueTokenFixtureB in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ExactValueTokenSpec.php \spec\Prophecy\Argument\Token\ExactValueTokenFixtureB

Hierarchy

Expanded class hierarchy of ExactValueTokenFixtureB

File

vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ExactValueTokenSpec.php, line 146

Namespace

spec\Prophecy\Argument\Token
View source
class ExactValueTokenFixtureB extends ExactValueTokenFixtureA {
  public $errors;
  public $value = null;
  public function __construct($value) {
    $this->value = $value;
  }

}

Members