Skip to content

Commit

Permalink
use isDefault method
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Jan 10, 2024
1 parent d32ccd5 commit 69c5e04
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Tests/Functional/FunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,6 @@ public function testApiPlatform()

public function testUserModel()
{
if (version_compare(PHP_VERSION, '8.0.0', '<')) {
$this->markTestSkipped('This test does not work below PHP8');
}

$this->assertEquals(
[
'type' => 'object',
Expand Down Expand Up @@ -1180,10 +1176,6 @@ public function testArbitraryArrayModel()

public function testEntityWithFalsyDefaults()
{
if (version_compare(PHP_VERSION, '8.0.0', '<')) {
$this->markTestSkipped('This test does not work below PHP8');
}

$model = $this->getModel('EntityWithFalsyDefaults');

$this->assertCount(6, $model->properties);
Expand Down

0 comments on commit 69c5e04

Please sign in to comment.