]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/BookTest.php
Apply fixes from StyleCI
[bookstack] / tests / Entity / BookTest.php
index e1b06431b43a2edda49d828ede935fd9392da66f..b4ba2fa8229a82ea7c9c709204dce46dda4781bb 100644 (file)
@@ -1,4 +1,6 @@
-<?php namespace Tests\Entity;
+<?php
+
+namespace Tests\Entity;
 
 use BookStack\Entities\Models\Book;
 use Tests\TestCase;
@@ -46,4 +48,4 @@ class BookTest extends TestCase
         $resp->assertElementContains('#sibling-navigation', 'Previous');
         $resp->assertElementContains('#sibling-navigation', substr($chapter->name, 0, 20));
     }
-}
\ No newline at end of file
+}