fixtureManager = $fixtureManager; $this->csvReader = $csvReader; } /** * @return FixtureManager */ public function getFixtureManager() { return $this->fixtureManager; } /** * @return Csv */ public function getCsvReader() { return $this->csvReader; } }