request)) { throw new BadFunctionCallException('Calling getClosureAssertions without defining a request object is not supported.'); } return function ($response) { $this->assertInstanceOf(Request::class, $response); $this->assertSame($this->request, $response); }; } }