Skip to content

Commit 779058b

Browse files
committed
remove no longer valid test case
The Memcached adapter no longer should throw an exception when an unknown option is passed.
1 parent b4d7a4d commit 779058b

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)