Skip to content

Commit ce753b7

Browse files
committed
implement Tests\Server, ServerV2 and groupcompactsyntax namespaces
1 parent 08904df commit ce753b7

File tree

7 files changed

+289
-217
lines changed

7 files changed

+289
-217
lines changed

tests/groupcompactsyntax/FlightRouteCompactSyntaxTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
declare(strict_types=1);
44

5+
namespace tests\groupcompactsyntax;
6+
7+
use Flight;
58
use PHPUnit\Framework\TestCase;
69
use tests\groupcompactsyntax\PostsController;
710
use tests\groupcompactsyntax\TodosController;
811
use tests\groupcompactsyntax\UsersController;
912

10-
require_once __DIR__ . '/UsersController.php';
11-
require_once __DIR__ . '/PostsController.php';
12-
1313
final class FlightRouteCompactSyntaxTest extends TestCase
1414
{
1515
public function setUp(): void

0 commit comments

Comments
 (0)