]> BookStack Code Mirror - bookstack/blobdiff - tests/Meta/LicensesTest.php
Testing: Fixed issues during pre-release testing
[bookstack] / tests / Meta / LicensesTest.php
index 0d6af2555cf7c048101c0355be98bc58863e03d6..a50fbdb90956557ebd6a8eaad26d7b34f5da4977 100644 (file)
@@ -13,7 +13,7 @@ class LicensesTest extends TestCase
         $resp->assertSee('Licenses');
         $resp->assertSee('PHP Library Licenses');
         $resp->assertSee('Dan Brown and the BookStack project contributors');
-        $resp->assertSee('doctrine/dbal');
+        $resp->assertSee('league/commonmark');
         $resp->assertSee('@codemirror/lang-html');
     }