1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Fixed inaccessible revisions, added regression tests

Fixes #309
This commit is contained in:
Dan Brown
2017-02-25 12:29:01 +00:00
parent 4a2a539c08
commit 387047f262
5 changed files with 68 additions and 17 deletions

View File

@ -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);