calls; return $next($request); } public function assertCalled(): void { Assert::assertGreaterThan(0, $this->calls); } }