コード例 #1
0
 /**
  * @depends testCreateCustomerWithoutCardToken
  */
 function testGetAllCustomers($existing_customer)
 {
     $all = Start_Customer::all();
     $this->assertNotEmpty($all["customers"]);
 }
コード例 #2
0
 function testList()
 {
     $result = Start_Customer::all();
     //No assertion. If there is an error, an exception is thrown. Otherwise it was ok.
 }