Skip to content

Commit

Permalink
Remvoe no longer needed check
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Jun 1, 2024
1 parent cef567a commit 431b45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/mgdobjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function test_load_purged()
$this->assertInstanceOf('midgard_error_exception', $e);
$this->assertEquals(MGD_ERR_NOT_EXISTS, midgard_connection::get_instance()->get_error());

if (extension_loaded('xdebug') && version_compare(phpversion('xdebug'), '3.1.6', '<') && PHP_VERSION_ID >= 80000) {
if (extension_loaded('xdebug') && version_compare(phpversion('xdebug'), '3.1.6', '<')) {
$this->markTestIncomplete('Workaround for https://bugs.xdebug.org/view.php?id=2100');
}

Expand Down

0 comments on commit 431b45e

Please sign in to comment.