]> BookStack Code Mirror - bookstack/blobdiff - tests/User/UserProfileTest.php
Fixes for CodeStyle vol.2
[bookstack] / tests / User / UserProfileTest.php
index c87996669877699351d165616991f7f2cfc338f1..859a036e0e4a9a06653aa2da6bfff2aac7fe18fc 100644 (file)
@@ -1,4 +1,6 @@
-<?php namespace Tests\User;
+<?php
+
+namespace Tests\User;
 
 use Activity;
 use BookStack\Actions\ActivityType;
@@ -158,5 +160,4 @@ class UserProfileTest extends BrowserKitTest
             ->pageNotHasElement('.content-wrap .entity-list-item')
             ->see('List View');
     }
-
 }