public function testCreatingAnOptionSetOptionPostsToTheOptionSetsOptionsResource() { $this->connection->expects($this->once())->method('post')->with($this->basePath . '/optionsets/1/options', (object) array()); Client::createOptionSetOption(array(), 1); }