Skip to content

Commit b95fb31

Browse files
committed
update tests
1 parent 7f7fe71 commit b95fb31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/RoutesTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ public function testUserCanAccessDocumentationInterfaceAndConfigureProxy(
207207

208208
public static function provideProxies(): \Generator
209209
{
210-
yield 'proxy is null' => ['proxy' => null, 'expectedProxies' => []];
211210
yield 'proxies array' => ['proxy' => ['foo', 'bar'], 'expectedProxies' => ['foo', 'bar']];
212211
yield 'proxy as string' => ['proxy' => 'baz', 'expectedProxies' => ['baz']];
213212
}

0 commit comments

Comments
 (0)