From d3a084d973a28e36ea9bc0326f3b7acd1f0aea6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bl=C3=A4ul?= Date: Wed, 21 Feb 2018 19:04:00 +0100 Subject: [PATCH] Added namespace support for further tests --- tests/properties/BaseClass.php | 11 ++++++++--- tests/properties/ConditionsTest.php | 2 ++ tests/properties/SortByTest.php | 2 ++ 3 files changed, 12 insertions(+), 3 deletions(-) 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 @@