Skip to content

Commit 218b35a

Browse files
committed
wip
1 parent 322af8b commit 218b35a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

tests/Fixtures/Controllers/ControllerWithSession.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ public function __invoke(Session $session): Ok
1515

1616
return new Ok();
1717
}
18-
}
18+
}

tests/Fixtures/Controllers/ControllerWithoutSession.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ public function __invoke(): Ok
1313
{
1414
return new Ok();
1515
}
16-
}
16+
}

tests/Integration/Application/HttpApplicationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use Tests\Tempest\Fixtures\Controllers\ControllerWithoutSession;
1111
use Tests\Tempest\Fixtures\Controllers\ControllerWithSession;
1212
use Tests\Tempest\Integration\FrameworkIntegrationTestCase;
13+
1314
use function Tempest\Router\uri;
1415
use function Tempest\Support\arr;
1516

0 commit comments

Comments
 (0)