]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/ChapterTest.php
Apply fixes from StyleCI
[bookstack] / tests / Entity / ChapterTest.php
index e9350a32be1636a39ddeb7c5d374badd8a4f1724..45c132e8917428d90b8333243513e77c3a38936c 100644 (file)
@@ -1,4 +1,6 @@
-<?php namespace Tests\Entity;
+<?php
+
+namespace Tests\Entity;
 
 use BookStack\Entities\Models\Chapter;
 use Tests\TestCase;
@@ -28,4 +30,4 @@ class ChapterTest extends TestCase
         $redirectReq = $this->get($deleteReq->baseResponse->headers->get('location'));
         $redirectReq->assertNotificationContains('Chapter Successfully Deleted');
     }
-}
\ No newline at end of file
+}