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:
@@ -14,7 +14,7 @@ class UnparseTest extends Testcase {
|
||||
/**
|
||||
* Setup our test environment objects; will be called before each test.
|
||||
*/
|
||||
public function setUp() {
|
||||
protected function setUp(): void {
|
||||
$this->csv = new Csv();
|
||||
$this->csv->auto(__DIR__ . '/fixtures/auto-double-enclosure.csv');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user