]>
BookStack Code Mirror - bookstack/blobdiff - tests/OpenGraphTest.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Updated tests to use ssddanbrown/asserthtml package
[bookstack]
/
tests
/
OpenGraphTest.php
diff --git
a/tests/OpenGraphTest.php
b/tests/OpenGraphTest.php
index 43389ad787ccc245a9b1d6d980f790c723a09038..3f807f024ef9c6f5cc4b02b9ceb6ae4fa451fa37 100644
(file)
--- a/
tests/OpenGraphTest.php
+++ b/
tests/OpenGraphTest.php
@@
-9,6
+9,7
@@
use BookStack\Entities\Models\Page;
use BookStack\Entities\Repos\BaseRepo;
use BookStack\Entities\Repos\BookRepo;
use Illuminate\Support\Str;
+use Illuminate\Testing\TestResponse;
use Tests\Uploads\UsesImages;
class OpenGraphTest extends TestCase