mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
Adjust function signatures for newer PHPUnit versions
Will make an update to PHPUnit 8 or 9 easier.
This commit is contained in:
@@ -11,7 +11,7 @@ use PHPUnit\Framework\TestCase;
|
||||
*/
|
||||
class StreamTest extends TestCase {
|
||||
|
||||
public function setUp() {
|
||||
protected function setUp(): void {
|
||||
static $done;
|
||||
if ($done) {
|
||||
// Make sure we register the stream just once - or PHP will scream.
|
||||
|
||||
Reference in New Issue
Block a user