Skip to content

Commit 47e284b

Browse files
committed
minor #43650 [Cache] remove no longer valid test case (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [Cache] remove no longer valid test case | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | The Memcached adapter no longer should throw an exception when an unknown option is passed. Commits ------- 779058b remove no longer valid test case
2 parents b4d7a4d + 779058b commit 47e284b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public function testBadOptions($name, $value)
8787
public function provideBadOptions(): array
8888
{
8989
return [
90-
['foo', 'bar'],
9190
['hash', 'zyx'],
9291
['serializer', 'zyx'],
9392
['distribution', 'zyx'],

0 commit comments

Comments
 (0)