Skip to content

Commit

Permalink
Mark test as skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Dec 13, 2024
1 parent ada0872 commit 9626627
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/DefaultValuesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ public function test_model_strict()
{
if (method_exists(Model::class, 'shouldBeStrict')) {
$this->assertTrue(Model::preventsLazyLoading());
} else {
$this->markTestSkipped();
}
}

Expand Down

0 comments on commit 9626627

Please sign in to comment.