$this->getResponseTester($response)->assertResponseNotHasCookie('bar'); $this->expectException(AssertionFailedError::class); $this->expectExceptionMessage('Failed asserting that the Response does not have cookie "foo".'); $this->getResponseTester($response)->assertResponseNotHasCookie('foo'); }