mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Format
This commit is contained in:
@@ -138,7 +138,7 @@ class ModuleTest extends TestCase
|
||||
*/
|
||||
public function testRouteRegistration(): void
|
||||
{
|
||||
$platform = new class(new Module()) extends Platform {};
|
||||
$platform = new class (new Module()) extends Platform {};
|
||||
$platform->init(Service::TYPE_HTTP);
|
||||
|
||||
// If we get here without exceptions, route registration succeeded
|
||||
|
||||
Reference in New Issue
Block a user