Exemple #1
0
 /**
  * https://bitbucket.org/mattzuba/php-trello/issue/4/put-requests-failing
  */
 public function testIssue4()
 {
     $card = '7uDI46kM';
     $result = self::$trello->put("cards/{$card}/labels", array('value' => 'green,red'));
     $this->assertInternalType('object', $result, self::$trello->error());
 }