]>
BookStack Code Mirror - bookstack/blobdiff - tests/PublicActionTest.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ensured uploaded system images remain public
[bookstack]
/
tests
/
PublicActionTest.php
diff --git
a/tests/PublicActionTest.php
b/tests/PublicActionTest.php
index 62a321b5e18dbd563e85f53977475e514067338e..6f8590d4b7b19f8a52d76381f2438527ac0e4b32 100644
(file)
--- a/
tests/PublicActionTest.php
+++ b/
tests/PublicActionTest.php
@@
-84,7
+84,7
@@
class PublicActionTest extends BrowserKitTest
{
$page = \BookStack\Page::first();
$this->asAdmin()->visit($page->getUrl());
- Auth::logout();
+
\
Auth::logout();
view()->share('pageTitle', '');
$this->forceVisit('/cats/dogs/hippos');
$this->dontSee($page->name);