]>
BookStack Code Mirror - bookstack/blobdiff - tests/Auth/AuthTest.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replaced use of custom 'baseUrl' helper with 'url'
[bookstack]
/
tests
/
Auth
/
AuthTest.php
diff --git
a/tests/Auth/AuthTest.php
b/tests/Auth/AuthTest.php
index 0399f2b818e809121ea45a4cc5fa0d04087d9d87..3d36d85b2e65d926de8c85b9781579eab2cc4f2c 100644
(file)
--- a/
tests/Auth/AuthTest.php
+++ b/
tests/Auth/AuthTest.php
@@
-341,7
+341,7
@@
class AuthTest extends BrowserKitTest
$page = Page::query()->first();
$this->visit($page->getUrl())
- ->seePageUrlIs(
baseU
rl('/login'));
+ ->seePageUrlIs(
u
rl('/login'));
$this->login('admin@admin.com', 'password')
->seePageUrlIs($page->getUrl());
}