From 3e750b69f42e063abb1fd5560c9589dbd3be2ed8 Mon Sep 17 00:00:00 2001 From: Lars Strojny Date: Tue, 18 Aug 2020 16:31:46 +0200 Subject: [PATCH] Fix name --- tests/Composer/Test/Repository/PlatformRepositoryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Composer/Test/Repository/PlatformRepositoryTest.php b/tests/Composer/Test/Repository/PlatformRepositoryTest.php index c96a00f51..2da09c1dd 100644 --- a/tests/Composer/Test/Repository/PlatformRepositoryTest.php +++ b/tests/Composer/Test/Repository/PlatformRepositoryTest.php @@ -144,7 +144,7 @@ class PlatformRepositoryTest extends TestCase } } - public function testInetPtonRegressiom() + public function testInetPtonRegression() { $runtime = $this->getMockBuilder('Composer\Platform\Runtime')->getMock();