1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Testing: Fixed issues during pre-release testing

- Updated locale list
- Fixed new name sorting not being case insensitive
- Updated license test to account for changed deps
This commit is contained in:
Dan Brown
2025-02-26 14:19:03 +00:00
parent 6211d6bcfc
commit 13dae24cbe
4 changed files with 38 additions and 3 deletions

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