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 {