Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Jun 26, 2020
1 parent 82f50ad commit 54ea91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Tags/ContextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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'));
Expand Down

0 comments on commit 54ea91d

Please sign in to comment.