Michael D Johnson

Results 5 issues of Michael D Johnson

While trying to figure out `TestDisableDisplayErrors`, I started wondering if there could be an easier way to specify tests. Something along the lines of PHPUnit's `assertThat()`. I was think something...

This PR is simply a merge of #62 to bring it up-to-date with master. If @hanneskod wants to update #62 instead, I'm happy to oblige. Otherwise I'll probably merge this...

In other words, if you can only tell at runtime if a usage is correct, should the test fail, warn, or pass? For instance, `TestSessionRegenFalse` checks if the function `session_regenerate_id()`...

This is in response to my bug report, #254 . However, it technically also "competes" with: * #253 * #255 I believe this is more thorough than either of the...

As it says in the subject. As an example, from `Poll.php` ``` Functional\poll(): Implicitly marking parameter $delaySequence as nullable is deprecated, the explicit nullable type must be used instead in...