mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-02 22:04:36 -04:00
apply php-cs-fixer
This commit is contained in:
parent
3198ef3352
commit
0bbd910490
@ -56,7 +56,7 @@ class ImportCsvTest extends TestCase
|
|||||||
|
|
||||||
public function testInvoiceCsvImport()
|
public function testInvoiceCsvImport()
|
||||||
{
|
{
|
||||||
$this->markTestSkipped();
|
$this->markTestSkipped();
|
||||||
|
|
||||||
$csv = file_get_contents(base_path().'/tests/Feature/Import/invoice.csv');
|
$csv = file_get_contents(base_path().'/tests/Feature/Import/invoice.csv');
|
||||||
$hash = Str::random(32);
|
$hash = Str::random(32);
|
||||||
@ -132,7 +132,7 @@ class ImportCsvTest extends TestCase
|
|||||||
|
|
||||||
public function testProductCsvImport()
|
public function testProductCsvImport()
|
||||||
{
|
{
|
||||||
$this->markTestSkipped();
|
$this->markTestSkipped();
|
||||||
|
|
||||||
|
|
||||||
$csv = file_get_contents(base_path().'/tests/Feature/Import/products.csv');
|
$csv = file_get_contents(base_path().'/tests/Feature/Import/products.csv');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user