Reviewed all tests for Travis

This commit is contained in:
Batuhan Baş
2019-04-02 18:51:06 +03:00
parent e6560f88a6
commit 9e0cdec575
22 changed files with 39 additions and 45 deletions

View File

@ -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;
}
}

View File

@ -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(),