diff --git a/tests/Browser/CreateAccountTest.php b/tests/Browser/CreateAccountTest.php index f1785f80b0e6..a530f3b623ae 100644 --- a/tests/Browser/CreateAccountTest.php +++ b/tests/Browser/CreateAccountTest.php @@ -23,7 +23,7 @@ class CreateAccountTest extends DuskTestCase * A valid user can be logged in. * * @return void - */ + public function testCreateAValidUser() { @@ -40,5 +40,5 @@ class CreateAccountTest extends DuskTestCase }); } - + */ }