diff --git a/tests/properties/BaseClass.php b/tests/properties/BaseClass.php index fcad089..9341293 100644 --- a/tests/properties/BaseClass.php +++ b/tests/properties/BaseClass.php @@ -19,7 +19,7 @@ class BaseClass extends TestCase { * Setup * Setup our test environment objects */ - public function setUp() { + protected function setUp() { $this->csv = new Csv(); }