]> BookStack Code Mirror - bookstack/blobdiff - tests/User/UserManagementTest.php
Added language list favourites sorting, updated styles
[bookstack] / tests / User / UserManagementTest.php
index 3102b7bde2856a95877cfcb675b868a753b90b17..c09ce8cb3517494ca6d8da7658e0fe890ef27d15 100644 (file)
@@ -24,7 +24,7 @@ class UserManagementTest extends TestCase
         $resp = $this->asAdmin()->get('/settings/users');
         $this->withHtml($resp)->assertElementContains('a[href="' . url('/settings/users/create') . '"]', 'Add New User');
 
-        $resp =$this->get('/settings/users/create');
+        $resp = $this->get('/settings/users/create');
         $this->withHtml($resp)->assertElementContains('form[action="' . url('/settings/users/create') . '"]', 'Save');
 
         $resp = $this->post('/settings/users/create', [