]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/SortTest.php
Updated to Laravel 5.8
[bookstack] / tests / Entity / SortTest.php
index a3c20e84c5b517bede1e3b3488516a299c1e853a..cad6d3c01e1d2aa3febca6ce2bfbf08151a21ba2 100644 (file)
@@ -10,7 +10,7 @@ class SortTest extends TestCase
 {
     protected $book;
 
-    public function setUp()
+    public function setUp(): void
     {
         parent::setUp();
         $this->book = Book::first();