From 0540d99c5c06ba3f73c6eacc413657eeeb184edc Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Tue, 26 Sep 2023 13:25:50 -0700 Subject: [PATCH] Fixed typo in AppManagerTest file name --- tests/Bootstrap/{AppManangerTest.php => AppManagerTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/Bootstrap/{AppManangerTest.php => AppManagerTest.php} (90%) diff --git a/tests/Bootstrap/AppManangerTest.php b/tests/Bootstrap/AppManagerTest.php similarity index 90% rename from tests/Bootstrap/AppManangerTest.php rename to tests/Bootstrap/AppManagerTest.php index 545eaaa..3fac90c 100644 --- a/tests/Bootstrap/AppManangerTest.php +++ b/tests/Bootstrap/AppManagerTest.php @@ -7,7 +7,7 @@ use Slim\App; use Tests\TestCase; /** @covers \App\Bootstrap\AppManager */ -class AppManangerTest extends TestCase +class AppManagerTest extends TestCase { public function test_it_returns_an_app_instance(): void {