From 403a72194d3e89b4af44b6e0a63a75a3d2bfd234 Mon Sep 17 00:00:00 2001 From: tamiroh Date: Sun, 16 Jun 2024 13:12:06 +0900 Subject: [PATCH] Fix `Assserting` -> `Asserting` --- tests/Process/ProcessTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Process/ProcessTest.php b/tests/Process/ProcessTest.php index 4c914b2e9698..6e5790cfa590 100644 --- a/tests/Process/ProcessTest.php +++ b/tests/Process/ProcessTest.php @@ -716,7 +716,7 @@ public function testBasicFakeAssertions() }); } - public function testAsssertingThatNothingRan() + public function testAssertingThatNothingRan() { $factory = new Factory;