Skip to content

Commit

Permalink
SUPPORT-86536 - fixed pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Gaidoba committed Dec 5, 2023
1 parent c69455b commit a3f6c90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 1 addition & 3 deletions tests/Unit/Service/Validation/EntityValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ public function testValidate($expectedException, ValidationOptions $validationOp
if ($expectedException !== null) {
$this->fail('Expected exception');
}
if (method_exists($this, 'expectNotToPerformAssertions')) {
$this->expectNotToPerformAssertions();
}
$this->expectNotToPerformAssertions();
} catch (ApiException $exception) {
$this->assertEquals($expectedException, $exception);
}
Expand Down
7 changes: 0 additions & 7 deletions tests/bootstrap.php

This file was deleted.

0 comments on commit a3f6c90

Please sign in to comment.