]> BookStack Code Mirror - bookstack/blobdiff - tests/User/UserProfileTest.php
Apply fixes from StyleCI
[bookstack] / tests / User / UserProfileTest.php
index a5db83c48e78816ed4af15402f8c5185209272b5..e2bd59a47375248a6c21d7844b561524ce426352 100644 (file)
@@ -1,4 +1,6 @@
-<?php namespace Tests\User;
+<?php
+
+namespace Tests\User;
 
 use Activity;
 use BookStack\Actions\ActivityType;
@@ -141,5 +143,4 @@ class UserProfileTest extends BrowserKitTest
             ->pageNotHasElement('.content-wrap .entity-list-item')
             ->see('List View');
     }
-
 }