public function testSetConfigNonArray()
 {
     $this->setExpectedException('InvalidArgumentException', '$config should be an array and cannot be null');
     $result = $this->_client->setConfig('foo');
 }
Beispiel #2
0
 public function testSetConfigNonArray()
 {
     $this->setExpectedException('InvalidArgumentException');
     $result = $this->_client->setConfig('foo');
 }