示例#1
0
 /**
  * @expectedException     \Stamplia\ApiException
  * @expectedExceptionCode 401
  */
 public function testUnauthorizedAccess()
 {
     $client = new ApiClient();
     $client->getUserTemplates(array());
 }