diff --git a/tests/properties/BaseClass.php b/tests/properties/BaseClass.php index 1131ac8..a81f5c6 100644 --- a/tests/properties/BaseClass.php +++ b/tests/properties/BaseClass.php @@ -1,13 +1,18 @@ csv = new parseCSV(); + $this->csv = new Csv(); } protected function _compareWithExpected($expected) { diff --git a/tests/properties/ConditionsTest.php b/tests/properties/ConditionsTest.php index 7326209..c68b65d 100644 --- a/tests/properties/ConditionsTest.php +++ b/tests/properties/ConditionsTest.php @@ -1,5 +1,7 @@