Reviewed all tests for Travis
This commit is contained in:
@ -50,7 +50,6 @@ class BillReminderTest extends FeatureTestCase
|
||||
|
||||
$items = [['name' => $this->faker->text(5), 'item_id' => null, 'quantity' => '1', 'price' => $amount, 'currency' => 'USD']];
|
||||
|
||||
|
||||
$data = [
|
||||
'vendor_id' => '0',
|
||||
'billed_at' => $this->faker->date(),
|
||||
@ -74,7 +73,6 @@ class BillReminderTest extends FeatureTestCase
|
||||
'company_id' => $this->company->id,
|
||||
];
|
||||
|
||||
|
||||
return $data;
|
||||
}
|
||||
}
|
||||
|
@ -50,7 +50,6 @@ class InvoiceReminderTest extends FeatureTestCase
|
||||
|
||||
$items = [['name' => $this->faker->text(5), 'item_id' => null, 'quantity' => '1', 'price' => $amount, 'currency' => 'USD']];
|
||||
|
||||
|
||||
$data = [
|
||||
'customer_id' => '0',
|
||||
'invoiced_at' => $this->faker->date(),
|
||||
|
Reference in New Issue
Block a user