X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d676e1e824e0377cfcb1736dd1ff622e383d8d02..refs/pull/3598/head:/tests/OpenGraphTest.php diff --git a/tests/OpenGraphTest.php b/tests/OpenGraphTest.php index dd99b7bef..3f807f024 100644 --- a/tests/OpenGraphTest.php +++ b/tests/OpenGraphTest.php @@ -8,8 +8,8 @@ use BookStack\Entities\Models\Chapter; use BookStack\Entities\Models\Page; use BookStack\Entities\Repos\BaseRepo; use BookStack\Entities\Repos\BookRepo; -use BookStack\Entities\Repos\BookshelfRepo; use Illuminate\Support\Str; +use Illuminate\Testing\TestResponse; use Tests\Uploads\UsesImages; class OpenGraphTest extends TestCase