apply php-cs-fixer

This commit is contained in:
Benjamin Beganović 2020-12-25 12:29:42 +01:00
parent 3198ef3352
commit 0bbd910490
4 changed files with 17 additions and 17 deletions

View File

@ -56,7 +56,7 @@ class ImportCsvTest extends TestCase
public function testInvoiceCsvImport()
{
$this->markTestSkipped();
$this->markTestSkipped();
$csv = file_get_contents(base_path().'/tests/Feature/Import/invoice.csv');
$hash = Str::random(32);
@ -132,7 +132,7 @@ class ImportCsvTest extends TestCase
public function testProductCsvImport()
{
$this->markTestSkipped();
$this->markTestSkipped();
$csv = file_get_contents(base_path().'/tests/Feature/Import/products.csv');