]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/ConvertTest.php
New translations editor.php (Italian)
[bookstack] / tests / Entity / ConvertTest.php
index 10b276a47e9611266c9e55a7b64a6cd68eaf4361..9791f77e44979f408049327db2b3675748127eaf 100644 (file)
@@ -12,7 +12,6 @@ use Tests\TestCase;
 
 class ConvertTest extends TestCase
 {
-
     public function test_chapter_edit_view_shows_convert_option()
     {
         /** @var Chapter $chapter */
@@ -143,5 +142,4 @@ class ConvertTest extends TestCase
         $this->assertNotPermissionError($resp);
         $resp->assertRedirect();
     }
-
-}
\ No newline at end of file
+}