mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +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