getRootDir() public method

Returns the path to the fixtures directory.
public getRootDir ( ) : string
return string
 /**
  * Returns the normalized root directory.
  *
  * @return string
  */
 public function getRootDir()
 {
     return strtr(parent::getRootDir(), '\\', '/');
 }