bbatsche / Verify

BDD Assertions for PHPUnit and Codeception
MIT License
4 stars 0 forks source link

Add negative assertions for NaN #54

Closed bbatsche closed 2 years ago

bbatsche commented 4 years ago

Assert::assertThat(Assert::logicalOr(Assert::isInfinite, Assert::isFinite))

Update negative conditions for finite/infinite similarly