Skip to content

Commit

Permalink
fixed Uses instead of Use
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarasovych authored and sebastianbergmann committed Aug 26, 2019
1 parent 77d32da commit d0d42cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Framework/AssertTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@ public function testAssertCountThrowsExceptionIfElementIsNotCountable(): void
$this->fail();
}

public function testInvalidArgumentExceptionUseCorrectArticleInErrorMessage(): void
public function testInvalidArgumentExceptionUsesCorrectArticleInErrorMessage(): void
{
try {
$this->assertArrayHasKey('key', 'not an array');
Expand Down

0 comments on commit d0d42cb

Please sign in to comment.