mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-08 15:21:56 +03:00
Tests: Updated failing license test
This commit is contained in:
parent
213a86e3c0
commit
3b4d3430a5
@ -12,7 +12,7 @@ class LicensesTest extends TestCase
|
|||||||
$resp->assertOk();
|
$resp->assertOk();
|
||||||
$resp->assertSee('Licenses');
|
$resp->assertSee('Licenses');
|
||||||
$resp->assertSee('PHP Library 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('doctrine/dbal');
|
||||||
$resp->assertSee('@codemirror/lang-html');
|
$resp->assertSee('@codemirror/lang-html');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user