Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
laravel-mongodb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
sinan
laravel-mongodb
Commits
89861b6f
Unverified
Commit
89861b6f
authored
Oct 18, 2019
by
Jens Segers
Committed by
GitHub
Oct 18, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1850 from denissonleal/feature/not-to-perform-assertion
fix tests without assertions
parents
f826130f
49e84827
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
AuthTest.php
tests/AuthTest.php
+1
-0
SchemaTest.php
tests/SchemaTest.php
+1
-0
No files found.
tests/AuthTest.php
View file @
89861b6f
...
...
@@ -28,6 +28,7 @@ class AuthTest extends TestCase
public
function
testRemindOld
()
{
if
(
Application
::
VERSION
>=
'5.2'
)
{
$this
->
expectNotToPerformAssertions
();
return
;
}
...
...
tests/SchemaTest.php
View file @
89861b6f
...
...
@@ -300,6 +300,7 @@ class SchemaTest extends TestCase
$collection
->
boolean
(
'activated'
)
->
default
(
0
);
$collection
->
integer
(
'user_id'
)
->
unsigned
();
});
$this
->
expectNotToPerformAssertions
();
}
public
function
testSparseUnique
()
:
void
...
...
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