Skip to content

Commit

Permalink
chore: Rename test method
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Dec 18, 2023
1 parent b1cc3d5 commit a655db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function setUp(): void
$this->matcher = new Matcher();
}

public function testGetMatchers()
public function testGetGenerators(): void
{
$request = new ConsumerRequest();
$request
Expand Down
2 changes: 1 addition & 1 deletion example/matchers/consumer/tests/Service/MatchersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function setUp(): void
$this->matcher = new Matcher();
}

public function testGetMatchers()
public function testGetMatchers(): void
{
$request = new ConsumerRequest();
$request
Expand Down

0 comments on commit a655db3

Please sign in to comment.