Skip to content

Commit 89861b6

Browse files
authored
Merge pull request #1850 from denissonleal/feature/not-to-perform-assertion
fix tests without assertions
2 parents f826130 + 49e8482 commit 89861b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/AuthTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public function testAuthAttempt()
2828
public function testRemindOld()
2929
{
3030
if (Application::VERSION >= '5.2') {
31+
$this->expectNotToPerformAssertions();
3132
return;
3233
}
3334

tests/SchemaTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ public function testDummies(): void
300300
$collection->boolean('activated')->default(0);
301301
$collection->integer('user_id')->unsigned();
302302
});
303+
$this->expectNotToPerformAssertions();
303304
}
304305

305306
public function testSparseUnique(): void

0 commit comments

Comments
 (0)