Closed elliotchance closed 10 years ago
This is a bigger problem because this code will not work:
$this->assert($result, has_key, 'Count', with_value, 0);
With the error:
Argument 2 (Count) must be string.
A new inspection was created.
Will render as:
Which is cool but it would also cause a defect when
dispatch()
is called with some other valid callback.