public function __construct($sourcePath, $projectPath)
 {
     $this->projectPath = $projectPath;
     $this->sourcePath = $sourcePath;
     parent::__construct(null);
 }
 public function __construct($projectPath, $fixturesPath)
 {
     $this->projectPath = $projectPath;
     $this->fixturesPath = $fixturesPath;
     parent::__construct(null);
 }