apply php-cs-fixer
This commit is contained in:
parent
3198ef3352
commit
0bbd910490
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue