]> BookStack Code Mirror - bookstack/blobdiff - tests/Meta/LicensesTest.php
ZIP Imports: Added API examples, finished testing
[bookstack] / tests / Meta / LicensesTest.php
index 4bee6f682b9aa1c87d1712aa17c2a8d7d0b6f86a..a50fbdb90956557ebd6a8eaad26d7b34f5da4977 100644 (file)
@@ -12,8 +12,8 @@ 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('doctrine/dbal');
+        $resp->assertSee('Dan Brown and the BookStack project contributors');
+        $resp->assertSee('league/commonmark');
         $resp->assertSee('@codemirror/lang-html');
     }