markTestSkipped('Guzzle 6 only'); } } public function onlyGuzzle5() { $version = ClientInterface::VERSION; if ('5' !== $version[0]) { $this->markTestSkipped('Guzzle 5 only'); } } /** * @see Google\Auth\$this->getValidKeyName */ public function getValidKeyName($key) { return str_replace(['{', '}', '(', ')', '/', '\\', '@', ':'], '-', $key); } }