usage() public method

public usage ( $options = [] )
Example #1
0
 function test18_usage()
 {
     // should allow listing resource_types
     $result = $this->api->usage();
     $this->assertNotEquals($result["last_updated"], NULL);
 }