Skip to content

Commit

Permalink
🐛 BASE #289 phpunit nao faz assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Jan 22, 2024
1 parent aeb216e commit 84af0dc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ public function testAdianti_verifyFormDinMinimumVersion_ExceptionWrongFormat5()
$this->expectException(DomainException::class);
FormDinHelper::verifyFormDinMinimumVersion('99.99.99.99.99');
}
/**
* @doesNotPerformAssertions
*/
public function testAdianti_verifyMinimumVersionAdiantiFrameWorkToFormDin_ok() {
FormDinHelper::verifyMinimumVersionAdiantiFrameWorkToFormDin();
}
Expand Down

0 comments on commit 84af0dc

Please sign in to comment.