Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
subrequests
Commits
9b6f63cd
Unverified
Commit
9b6f63cd
authored
Feb 10, 2018
by
e0ipso
Committed by
Mateu Aguiló Bosch
Feb 10, 2018
Browse files
Issue
#2943753
by e0ipso: Fix branch tests against D8.6
parent
2b48277a
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/src/Unit/SubrequestsManagerTest.php
View file @
9b6f63cd
...
...
@@ -43,6 +43,9 @@ class SubrequestsManagerTest extends UnitTestCase {
$denormalizer
->
supportsDenormalization
(
Argument
::
type
(
Subrequest
::
class
),
Request
::
class
,
NULL
)
->
willReturn
([])
->
willReturn
(
TRUE
);
$denormalizer
->
supportsDenormalization
(
Argument
::
type
(
Subrequest
::
class
),
Request
::
class
,
NULL
,
Argument
::
type
(
'array'
))
->
willReturn
([])
->
willReturn
(
TRUE
);
$serializer
=
new
Serializer
(
[
$denormalizer
->
reveal
()],
[
new
JsonDecode
()]
...
...
Write
Preview
Markdown
is supported
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