Beispiel #1
0
 /**
  * @expectedException \Guzzle\Common\Exception\InvalidArgumentException
  */
 public function testOnCompleteMustBeCallable()
 {
     $client = $this->getClient();
     $command = new MockCommand();
     $command->setOnComplete('foo');
 }