mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-20 12:51:30 +02:00
Fixed typo in AppManagerTest file name
This commit is contained in:
@@ -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
|
||||
{
|
Reference in New Issue
Block a user