Closed elliotchance closed 10 years ago
This should work:
$this->assert(123, is_not_blank);
Blank is defined as something that can be cast to a string that yields a zero length result.
If its testing against a string it should be up tot the person to convert it as such, and accept the PHP error if it does not convert correctly.
This should work:
Blank is defined as something that can be cast to a string that yields a zero length result.