We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213a86e commit 3b4d343Copy full SHA for 3b4d343
tests/Meta/LicensesTest.php
@@ -12,7 +12,7 @@ public function test_licenses_endpoint()
12
$resp->assertOk();
13
$resp->assertSee('Licenses');
14
$resp->assertSee('PHP Library Licenses');
15
- $resp->assertSee('Dan Brown and the BookStack Project contributors');
+ $resp->assertSee('Dan Brown and the BookStack project contributors');
16
$resp->assertSee('doctrine/dbal');
17
$resp->assertSee('@codemirror/lang-html');
18
}
0 commit comments