We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1efa1d commit 2f224d1Copy full SHA for 2f224d1
tests/Pest.php
@@ -43,7 +43,7 @@
43
|
44
*/
45
46
-function asUser(string $login, string $password): Webpage
+function asUser(string $login, string $password)
47
{
48
return visit('http://localhost:8100/wp-admin')
49
->fill('user_login', $login)
0 commit comments