// And again to confirm it's not cached on disk.
$session->visit($this->replaceGroupHash($url)); $this->assertSession()->statusCodeEquals(200); $headers = $session->getResponseHeaders(); $this->assertEquals(['no-store, private'], $headers['Cache-Control']); }