mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Updated to laravel 6
This commit is contained in:
@ -50,7 +50,7 @@ class PageContentTest extends TestCase
|
||||
$resp->assertStatus(302);
|
||||
|
||||
$page = Page::find($page->id);
|
||||
$this->assertContains($includeTag, $page->html);
|
||||
$this->assertStringContainsString($includeTag, $page->html);
|
||||
$this->assertEquals('', $page->text);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user