Update tests/src/App/ModuleTest.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
pull/10977/head
Philipp 2021-11-17 06:58:28 +01:00 committed by GitHub
parent 804408e4bb
commit d638775927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ use Friendica\Module\WellKnown\HostMeta;
use Friendica\Test\DatabaseTest;
use Mockery;
class ModuleTest extends DatabaseTest
class ModuleControllerTest extends DatabaseTest
{
private function assertModule(array $assert, App\ModuleController $module)
{