]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/SortTest.php
Laravel 8 shift squash & merge (#3029)
[bookstack] / tests / Entity / SortTest.php
index 5cfc5c3c5b935f9f2396fc38b4bf0521bfed1b6f..89279bfcf9059b6daef98b853bce0412bdd8a817 100644 (file)
@@ -12,7 +12,7 @@ class SortTest extends TestCase
 {
     protected $book;
 
-    public function setUp(): void
+    protected function setUp(): void
     {
         parent::setUp();
         $this->book = Book::first();