diff --git a/tests/unit/Framework/AssertTest.php b/tests/unit/Framework/AssertTest.php index 91fdf452e62..71e0f686dc9 100644 --- a/tests/unit/Framework/AssertTest.php +++ b/tests/unit/Framework/AssertTest.php @@ -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');