fixed styling..

This commit is contained in:
Cüneyt Şentürk 2021-02-12 13:38:33 +03:00
parent 95e88e04f8
commit 46fdbc5d8a

View File

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