mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
PHP 7.2.15 doesn't seem to like public setUp functions
This commit is contained in:
@@ -19,7 +19,7 @@ class BaseClass extends TestCase {
|
||||
* Setup
|
||||
* Setup our test environment objects
|
||||
*/
|
||||
public function setUp() {
|
||||
protected function setUp() {
|
||||
$this->csv = new Csv();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user