thephpleague / csv

CSV data manipulation made easy in PHP
https://csv.thephpleague.com
MIT License
3.34k stars 336 forks source link

do not allow for output during tests #406

Closed IonBazan closed 3 years ago

IonBazan commented 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.

nyamsprod commented 3 years ago

@IonBazan can I add this PR to the next release with support for PHP8 ?

IonBazan commented 3 years ago

@nyamsprod yes, it’s just tests improvement 😉