1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Updated with latest styleci changes

This commit is contained in:
Dan Brown
2022-02-08 15:29:58 +00:00
parent c6ad16dba6
commit 045710ea08
9 changed files with 76 additions and 68 deletions

View 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);
}
}