Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 74325d6

Browse files
committed
add name on each provider for uriDataProvider
1 parent 951098f commit 74325d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ClientTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,8 @@ public function testFormUrlEncodeSeparator()
528528
public function uriDataProvider()
529529
{
530530
return [
531-
['/example', true],
532-
['http://localhost/example', false]
531+
['valid-relative' => ['/example', true]],
532+
['invalid-absolute' => ['http://localhost/example', false]]
533533
];
534534
}
535535

0 commit comments

Comments
 (0)