diff --git a/tests/Tags/ContextTest.php b/tests/Tags/ContextTest.php index 9f4224f0c6..d080656a24 100644 --- a/tests/Tags/ContextTest.php +++ b/tests/Tags/ContextTest.php @@ -43,7 +43,7 @@ public function augment($value) } /** @test */ - public function it_gets_all_parameters() + public function it_gets_all_items() { $this->assertSame([ 'string' => 'hello', @@ -99,7 +99,7 @@ public function it_gets_raw_values() } /** @test */ - public function it_gets_values() + public function it_gets_an_augmented_value() { $this->assertSame('hello', $this->context->value('string')); $this->assertSame('augmented foo', $this->context->value('value'));