Reviewed all tests for Travis
This commit is contained in:
@ -121,4 +121,4 @@ class BillsTest extends FeatureTestCase
|
||||
|
||||
return $data;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,6 @@ use Tests\Feature\FeatureTestCase;
|
||||
|
||||
class PaymentsTest extends FeatureTestCase
|
||||
{
|
||||
|
||||
public function testItShouldSeePaymentListPage()
|
||||
{
|
||||
$this->loginAs()
|
||||
@ -82,5 +81,4 @@ class PaymentsTest extends FeatureTestCase
|
||||
'attachment' => $attachment,
|
||||
];
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -80,7 +80,6 @@ class VendorsTest extends FeatureTestCase
|
||||
->assertRedirect(route('vendors.index'));
|
||||
|
||||
$this->assertFlashLevel('success');
|
||||
|
||||
}
|
||||
|
||||
private function getVendorRequest()
|
||||
@ -97,5 +96,4 @@ class VendorsTest extends FeatureTestCase
|
||||
'enabled' => $this->faker->boolean ? 1 : 0
|
||||
];
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user