diff --git a/tests/AuthTest.php b/tests/AuthTest.php index 2628fa626..226dd9c28 100644 --- a/tests/AuthTest.php +++ b/tests/AuthTest.php @@ -28,6 +28,7 @@ public function testAuthAttempt() public function testRemindOld() { if (Application::VERSION >= '5.2') { + $this->expectNotToPerformAssertions(); return; } diff --git a/tests/SchemaTest.php b/tests/SchemaTest.php index 147cf8b96..b28fe1c66 100644 --- a/tests/SchemaTest.php +++ b/tests/SchemaTest.php @@ -300,6 +300,7 @@ public function testDummies(): void $collection->boolean('activated')->default(0); $collection->integer('user_id')->unsigned(); }); + $this->expectNotToPerformAssertions(); } public function testSparseUnique(): void