From 00c520b15061a508743974bcc635d449333062aa Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 20 Apr 2019 08:38:13 +1000 Subject: [PATCH] fixes for tests --- tests/Browser/CreateAccountTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }); } - + */ }