From 54ea91dd2a5facca5b3317e665fe1a0dc0ef3576 Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Fri, 26 Jun 2020 10:47:24 -0400 Subject: [PATCH] words --- tests/Tags/ContextTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'));