We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045ebf0 commit 49e8482Copy full SHA for 49e8482
tests/AuthTest.php
@@ -28,6 +28,7 @@ public function testAuthAttempt()
28
public function testRemindOld()
29
{
30
if (Application::VERSION >= '5.2') {
31
+ $this->expectNotToPerformAssertions();
32
return;
33
}
34
tests/SchemaTest.php
@@ -300,6 +300,7 @@ public function testDummies(): void
300
$collection->boolean('activated')->default(0);
301
$collection->integer('user_id')->unsigned();
302
});
303
304
305
306
public function testSparseUnique(): void
0 commit comments