Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
laravel-adminpanel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
laravel-adminpanel
Commits
8859c981
Unverified
Commit
8859c981
authored
Dec 26, 2017
by
Viral Solani
Committed by
GitHub
Dec 26, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #108 from viralsolani/analysis-qg23xk
Apply fixes from StyleCI
parents
f7708440
c44915a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
LoggedInRouteTest.php
tests/Feature/Frontend/LoggedInRouteTest.php
+6
-4
No files found.
tests/Feature/Frontend/LoggedInRouteTest.php
View file @
8859c981
...
...
@@ -2,9 +2,9 @@
namespace
Tests\Feature\Frontend
;
use
Tests\BrowserKitTestCase
;
use
Illuminate\Support\Facades\Event
;
use
App\Events\Frontend\Auth\UserLoggedOut
;
use
Illuminate\Support\Facades\Event
;
use
Tests\BrowserKitTestCase
;
/**
* Class LoggedInRouteTest.
...
...
@@ -22,7 +22,8 @@ class LoggedInRouteTest extends BrowserKitTestCase
/**
* Test the dashboard page works and displays the users information.
*/
/** @test */
/** @test */
public
function
dashboard_page_loads_properly
()
{
$this
->
actingAs
(
$this
->
user
)
...
...
@@ -35,6 +36,7 @@ class LoggedInRouteTest extends BrowserKitTestCase
/**
* Test the account page works and displays the users information.
*/
/** @test */
public
function
account_page_loads_properly
()
{
...
...
@@ -47,7 +49,7 @@ class LoggedInRouteTest extends BrowserKitTestCase
->
dontSee
(
'Administration'
);
}
/** @test */
/** @test */
public
function
users_can_logout
()
{
// Make sure our events are fired
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment