Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public static function assertIsIntAboveZero($actual, $message = ''): void
- {
- static::assertThat($actual, new IsType(IsType::TYPE_INT), $message);
- static::assertThat($actual, static::greaterThan(0), $message);
- }
Add Comment
Please, Sign In to add comment