Beispiel #1
0
 public function testUpdate()
 {
     $LinodeID = mt_rand(1, PHP_INT_MAX);
     $expected = "api_key={$this->key}&api_action=linode.update&LinodeID={$LinodeID}";
     $query = $this->api->update($LinodeID);
     self::assertEquals($expected, $query);
 }