예제 #1
0
 private function thenTheArgument_ShouldBe($key, $value)
 {
     $this->assertEquals($value, $this->env->getArguments()->get($key));
 }
예제 #2
0
 private function getArguments($method)
 {
     return Collection::toCollections(array_merge($this->environment->getArguments()->toArray(), $this->decodeBody($method)->toArray()));
 }