X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c6ad16dba657c82512ae495a4a38b99b8cfa9eeb..refs/pull/3387/head:/tests/HelpTest.php diff --git a/tests/HelpTest.php b/tests/HelpTest.php index 2e08abfbc..bf883bd39 100644 --- a/tests/HelpTest.php +++ b/tests/HelpTest.php @@ -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); } - }