From: Dan Brown Date: Mon, 17 Feb 2025 12:07:23 +0000 (+0000) Subject: Tests: Updated failing license test X-Git-Tag: v25.02~1^2~11 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/3b4d3430a54a90a3926e7c029535dd74e7726ad9 Tests: Updated failing license test --- diff --git a/tests/Meta/LicensesTest.php b/tests/Meta/LicensesTest.php index 4bee6f682..0d6af2555 100644 --- a/tests/Meta/LicensesTest.php +++ b/tests/Meta/LicensesTest.php @@ -12,7 +12,7 @@ class LicensesTest extends TestCase $resp->assertOk(); $resp->assertSee('Licenses'); $resp->assertSee('PHP Library Licenses'); - $resp->assertSee('Dan Brown and the BookStack Project contributors'); + $resp->assertSee('Dan Brown and the BookStack project contributors'); $resp->assertSee('doctrine/dbal'); $resp->assertSee('@codemirror/lang-html'); }