]> BookStack Code Mirror - bookstack/blobdiff - tests/HelpTest.php
Fixed failing test after drawio default url change
[bookstack] / tests / HelpTest.php
index 2e08abfbc14f4d9840dbd41d6cd1d3d17cafcd5d..bf883bd3966d3be711e3d00fe0bd7b6dc1030983 100644 (file)
@@ -4,7 +4,6 @@ namespace Tests;
 
 class HelpTest extends TestCase
 {
-
     public function test_wysiwyg_help_shows_tiny_and_tiny_license_link()
     {
         $resp = $this->get('/help/wysiwyg');
@@ -21,5 +20,4 @@ class HelpTest extends TestCase
         $contents = file_get_contents($expectedPath);
         $this->assertStringContainsString('GNU LESSER GENERAL PUBLIC LICENSE', $contents);
     }
-
 }