Example #1
0
 /**
  * @test
  * @expectedException \InvalidArgumentException
  */
 public function cannot_use_unknown_command()
 {
     $client = new CustomClient(400, array(), '{"success": "false"}');
     $client->someInvalidCommand();
 }