You are here

public function ExactValueTokenFixtureB::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ExactValueTokenSpec.php \spec\Prophecy\Argument\Token\ExactValueTokenFixtureB::__construct()

File

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

Class

ExactValueTokenFixtureB

Namespace

spec\Prophecy\Argument\Token

Code

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