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

@ -7,7 +7,6 @@ use Tests\Feature\FeatureTestCase;
class CurrenciesTest extends FeatureTestCase
{
public function testItShouldSeeCurrencyListPage()
{
$this->loginAs()
@ -62,7 +61,6 @@ class CurrenciesTest extends FeatureTestCase
$this->assertFlashLevel('success');
}
private function getCurrencyRequest()
{
return [
@ -80,4 +78,4 @@ class CurrenciesTest extends FeatureTestCase
'default_currency' => $this->faker->boolean ? 1 : 0
];
}
}
}