We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f85f6 commit 9693721Copy full SHA for 9693721
src/Test/PHPUnit/AbstractCacheConstraint.php
@@ -64,7 +64,7 @@ protected function matches($other)
64
throw new \RuntimeException($message);
65
}
66
67
- return $this->getValue() === (string) $other->getHeaderLine($this->header);
+ return strpos((string) $other->getHeaderLine($this->header), $this->getValue()) !== false;
68
69
70
/**
0 commit comments