fixed styling..
This commit is contained in:
parent
95e88e04f8
commit
46fdbc5d8a
@ -121,11 +121,6 @@ class CustomersTest extends FeatureTestCase
|
||||
//TODO : This will write after done invoice and revenues tests.
|
||||
}
|
||||
|
||||
public function getRequest()
|
||||
{
|
||||
return Contact::factory()->customer()->enabled()->raw();
|
||||
}
|
||||
|
||||
public function testItShouldExportCustomers()
|
||||
{
|
||||
$count = 5;
|
||||
@ -189,6 +184,11 @@ class CustomersTest extends FeatureTestCase
|
||||
$this->assertFlashLevel('success');
|
||||
}
|
||||
|
||||
public function getRequest()
|
||||
{
|
||||
return Contact::factory()->customer()->enabled()->raw();
|
||||
}
|
||||
|
||||
public function getRequestWithUser()
|
||||
{
|
||||
$password = $this->faker->password;
|
||||
|
Loading…
x
Reference in New Issue
Block a user