public function testMutateClient()
 {
     $value = array('adapter' => 'Zend\\Http\\Client\\Adapter\\Curl');
     $this->fixture->setClient($value);
     $this->assertSame($value, $this->fixture->getClient());
 }