1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Applied latest styleci changes

This commit is contained in:
Dan Brown
2021-09-06 22:19:06 +01:00
parent 88c698796b
commit fb80bb5d58
10 changed files with 17 additions and 16 deletions

View File

@ -6,7 +6,6 @@ use Tests\TestCase;
class CustomHeadContentTest extends TestCase
{
public function test_configured_content_shows_on_pages()
{
$this->setSettings(['app-custom-head' => '<script>console.log("cat");</script>']);
@ -27,4 +26,4 @@ class CustomHeadContentTest extends TestCase
$resp = $this->get('/login');
$resp->assertSee('<div id="hello">cat</div>');
}
}
}