diff --git a/tests/properties/DefaultValuesPropertiesTest.php b/tests/properties/DefaultValuesPropertiesTest.php index 9638a06..7ceab3c 100644 --- a/tests/properties/DefaultValuesPropertiesTest.php +++ b/tests/properties/DefaultValuesPropertiesTest.php @@ -17,7 +17,6 @@ class DefaultValuesPropertiesTest extends TestCase { protected $csv = null; protected function setUp(): void { - //setup parse CSV $this->csv = new Csv(); }