From d0d42cb9965315483df67826036c293a5e4408b3 Mon Sep 17 00:00:00 2001 From: Tarasovych Date: Tue, 20 Aug 2019 13:57:52 +0300 Subject: [PATCH] fixed Uses instead of Use --- tests/unit/Framework/AssertTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');