Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine committed Sep 3, 2024
1 parent 2de2e7d commit 7f7fe71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/RoutesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ public function testUserCanAccessDocumentationInterfaceAndConfigureProxy(

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

/**
Expand Down

0 comments on commit 7f7fe71

Please sign in to comment.