Fixed typo in AppManagerTest file name

This commit is contained in:
Chris Kankiewicz
2023-09-26 13:25:50 -07:00
parent 0283f14aa1
commit 0540d99c5c

View File

@@ -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
{