Skip to content

Commit

Permalink
Use named arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Mar 4, 2022
1 parent d253ec1 commit 5d3ae03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To work with forms, the `getForm()` method can be used:
use unittest\web\{WebTestCase, Webtest};
use unittest\Test;

#[Webtest(['url' => 'https://github.com/'])]
#[Webtest(url: 'https://github.com/')]
class GitHubTestCase extends WebTestCase {

#[Test]
Expand Down

0 comments on commit 5d3ae03

Please sign in to comment.