We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e90adc commit 184be54Copy full SHA for 184be54
tests/TestCase.php
@@ -28,7 +28,7 @@ protected function setUp(): void
28
29
$this->withoutVite();
30
31
- // Ensure SetupTenant middleware is applied during tests
+ // Ensure SetupSite middleware is applied during tests
32
// This is done here since the "withMiddleware" method in workbench/bootstrap/app.php does not seem to work
33
// $this->withMiddleware(SetupTenant::class) also does not work
34
app(Kernel::class)->pushMiddleware(SetupSite::class);
0 commit comments