mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
d7ab99f02f
3
.github/workflows/phpunit.yml
vendored
3
.github/workflows/phpunit.yml
vendored
@ -69,7 +69,6 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
ref: v5-develop
|
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Copy .env
|
- name: Copy .env
|
||||||
@ -105,4 +104,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Run php-cs-fixer
|
- name: Run php-cs-fixer
|
||||||
run: |
|
run: |
|
||||||
vendor/bin/php-cs-fixer fix
|
vendor/bin/php-cs-fixer fix
|
||||||
|
@ -249,7 +249,7 @@ class ImportCsvTest extends TestCase
|
|||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
'hash' => $hash,
|
'hash' => $hash,
|
||||||
'column_map' => [ 'client' => $column_map ],
|
'column_map' => [ 'client' => [ 'mapping' => $column_map ] ],
|
||||||
'skip_header' => true,
|
'skip_header' => true,
|
||||||
'import_type' => 'csv',
|
'import_type' => 'csv',
|
||||||
];
|
];
|
||||||
@ -282,7 +282,7 @@ class ImportCsvTest extends TestCase
|
|||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
'hash' => $hash,
|
'hash' => $hash,
|
||||||
'column_map' => [ 'invoice' => $column_map ],
|
'column_map' => [ 'invoice' => [ 'mapping' => $column_map ] ],
|
||||||
'skip_header' => true,
|
'skip_header' => true,
|
||||||
'import_type' => 'csv',
|
'import_type' => 'csv',
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user