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
9b99db7c
Commit
9b99db7c
authored
Dec 26, 2017
by
Viral Solani
Committed by
StyleCI Bot
Dec 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply fixes from StyleCI
parent
3fd3f7f0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
BrowserKitTestCase.php
tests/BrowserKitTestCase.php
+4
-4
helpers.php
tests/Utilities/helpers.php
+0
-2
No files found.
tests/BrowserKitTestCase.php
View file @
9b99db7c
...
...
@@ -5,8 +5,8 @@ namespace Tests;
use
App\Models\Access\Role\Role
;
use
App\Models\Access\User\User
;
use
Illuminate\Foundation\Testing\RefreshDatabase
;
use
Illuminate\Support\Facades\Auth
;
use
Illuminate\Support\Facades\Artisan
;
use
Illuminate\Support\Facades\Auth
;
use
Illuminate\Support\Facades\DB
;
use
Laravel\BrowserKitTesting\TestCase
as
BaseTestCase
;
...
...
@@ -83,7 +83,7 @@ abstract class BrowserKitTestCase extends BaseTestCase
/**
* Check if User is logged in or not.
*
* @return bool
ean
true or false
* @return bool true or false
*/
protected
function
assertLoggedIn
()
{
...
...
@@ -91,9 +91,9 @@ abstract class BrowserKitTestCase extends BaseTestCase
}
/**
* Check if User is logged out or not
* Check if User is logged out or not
.
*
* @return bool
ean
true or false
* @return bool true or false
*/
protected
function
assertLoggedOut
()
{
...
...
tests/Utilities/helpers.php
View file @
9b99db7c
...
...
@@ -9,5 +9,3 @@ function make($class, $attributes = [], $times = null)
{
return
factory
(
$class
,
$times
)
->
make
(
$attributes
);
}
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