/**
  * Set the mock response base path
  *
  * @param string $path Path to mock response folder
  *
  * @return GuzzleTestCase
  */
 public static function setMockBasePath($path)
 {
     self::$mockBasePath = $path;
 }