Skip to content

Commit

Permalink
fix: replace markTestIncomplete to expectNotToPerformAssertions
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezzzhak committed Feb 25, 2021
1 parent b18344f commit d39865d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/DeviceDetectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ public function testSymfonyParser(): void
$yamlSymfony->parseFile($file);
}

$this->markTestIncomplete();
$this->expectNotToPerformAssertions();
}

/**
Expand Down

0 comments on commit d39865d

Please sign in to comment.