diff --git a/tests/properties/BaseClass.php b/tests/properties/BaseClass.php index a81f5c6..fcad089 100644 --- a/tests/properties/BaseClass.php +++ b/tests/properties/BaseClass.php @@ -11,7 +11,6 @@ class BaseClass extends TestCase { * CSV * The parseCSV object * - * @access protected * @var Csv */ protected $csv; @@ -19,8 +18,6 @@ class BaseClass extends TestCase { /** * Setup * Setup our test environment objects - * - * @access public */ public function setUp() { $this->csv = new Csv();