test: remove redundant headers empty-key case

This commit is contained in:
Chirag Aggarwal
2026-04-02 11:05:03 +05:30
parent 1900492aad
commit b6e95f4502
@@ -76,11 +76,6 @@ class HeadersTest extends TestCase
];
$this->assertFalse($this->object->isValid($headers));
$headers = [
(string) null => 'value',
];
$this->assertFalse($this->object->isValid($headers));
$headers = [
'X-Header' => null,
];