Closed IonBazan closed 3 years ago
This PR restricts output during test and suppressed existing tests with output. It also uses $this->expectException() instead of self::expectException() calls as the method is not static.
$this->expectException()
self::expectException()
@IonBazan can I add this PR to the next release with support for PHP8 ?
@nyamsprod yes, it’s just tests improvement 😉
This PR restricts output during test and suppressed existing tests with output. It also uses
$this->expectException()
instead ofself::expectException()
calls as the method is not static.