Exemplo n.º 1
0
 /**
  * @test
  * @expectedException InvalidArgumentException
  */
 public function shouldNotGetApiInstance()
 {
     $client = new Client();
     $client->api('not_a_thing');
 }