function ArrayEntryTokenSpec::it_holds_key_and_value in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayEntryTokenSpec.php \spec\Prophecy\Argument\Token\ArrayEntryTokenSpec::it_holds_key_and_value()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Argument/ Token/ ArrayEntryTokenSpec.php, line 30
Class
Namespace
spec\Prophecy\Argument\TokenCode
function it_holds_key_and_value($key, $value) {
$this
->getKey()
->shouldBe($key);
$this
->getValue()
->shouldBe($value);
}