Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
don
Commits
3de54412
Commit
3de54412
authored
Oct 13, 2018
by
Okhin
Browse files
Fixing the data expected by test
parent
25a899f8
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
db/seeds/CounterpartSeeder.php
View file @
3de54412
...
...
@@ -29,7 +29,7 @@ class CounterpartSeeder extends AbstractSeed
'datec'
=>
'2016-06-22 12:34'
,
'user_id'
=>
2
,
'quoi'
=>
'piplome'
,
// [piplome|pibag|pishirt|hoodie]
'taille'
=>
8
,
'taille'
=>
1
,
'status'
=>
1
,
'adresse_id'
=>
null
,
),
...
...
db/seeds/DonationSeeder.php
View file @
3de54412
...
...
@@ -23,7 +23,7 @@ class DonationSeeder extends AbstractSeed
'lang'
=>
'fr_FR'
,
'cadeau'
=>
1
,
'abo'
=>
1
,
'taille'
=>
8
,
'taille'
=>
2
,
'public'
=>
0
,
'pdf'
=>
'pdf'
,
'decimale'
=>
2
,
...
...
tests/functional/Finder/CounterpartFinderTest.php
View file @
3de54412
...
...
@@ -23,9 +23,9 @@ class CounterpartFinderTest extends FunctionalTest
'taille'
=>
'8'
,
'status'
=>
'1'
,
'adresse_id'
=>
null
,
'pdf_id'
=>
''
,
'pdf_nom'
=>
''
,
'pdf_url'
=>
''
,
'pdf_id'
=>
'
8
'
,
'pdf_nom'
=>
'
bob@example.org
'
,
'pdf_url'
=>
'
pdf
'
,
];
$this
->
assertEquals
(
$expectedCounterpart
,
$firstCounterpart
);
...
...
tests/functional/Finder/DonationFinderTest.php
View file @
3de54412
...
...
@@ -21,7 +21,7 @@ class DonationFinderTest extends FunctionalTest
'lang'
=>
'fr_FR'
,
'cadeau'
=>
'1'
,
'abo'
=>
'1'
,
'taille'
=>
'
8
'
,
'taille'
=>
'
2
'
,
'public'
=>
'0'
,
'pdf'
=>
'pdf'
,
'decimale'
=>
'2'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment