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 a81b048 commit cd8b9d9Copy full SHA for cd8b9d9
src/Symfony/Component/Cache/Tests/Adapter/MaxIdLengthAdapterTest.php
@@ -25,7 +25,7 @@ public function testLongKey()
25
$cache->expects($this->exactly(2))
26
->method('doHave')
27
->withConsecutive(
28
- array($this->equalTo('----------:nWfzGiCgLczv3SSUzXL3kg:')),
+ array($this->equalTo('----------:0GTYWa9n4ed8vqNlOT2iEr:')),
29
array($this->equalTo('----------:---------------------------------------'))
30
);
31
0 commit comments