Skip to content
GitLab
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
151faf24
Commit
151faf24
authored
Nov 15, 2018
by
Okhin
Browse files
Fixing some test data inconsistency between preprod and branches
parent
232014a3
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
tests/functional/Finder/CounterpartFinderTest.php
View file @
151faf24
...
...
@@ -43,7 +43,7 @@ class CounterpartFinderTest extends FunctionalTest
'datec'
=>
'2016-06-22 12:34:00'
,
'quoi'
=>
'piplome'
,
'taille'
=>
'2'
,
'status'
=>
'
1
'
,
'status'
=>
'
2
'
,
'adresse_id'
=>
null
,
'pdf_id'
=>
'1'
,
'pdf_nom'
=>
'Main'
,
...
...
@@ -57,7 +57,7 @@ class CounterpartFinderTest extends FunctionalTest
public
function
testFindById
()
{
$counterparts
=
$this
->
container
[
'counterpart_finder'
]
->
findByStatus
(
1
);
$this
->
assertCount
(
2
,
$counterparts
);
$this
->
assertCount
(
1
,
$counterparts
);
$firstCounterpart
=
reset
(
$counterparts
);
$expectedCounterpart
=
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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