File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/Bridge/Symfony/Bundle/DependencyInjection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
"doctrine/mongodb-odm-bundle" : " ^4.0" ,
43
43
"doctrine/orm" : " ^2.6.4" ,
44
44
"elasticsearch/elasticsearch" : " ^6.0" ,
45
- "friendsofsymfony/user-bundle" : " ^ 2.2@ dev" ,
45
+ "friendsofsymfony/user-bundle" : " 2.2.x- dev#157b53bd7d6c347148a90e723981a43f9c897bf5 " ,
46
46
"guzzlehttp/guzzle" : " ^6.0" ,
47
47
"jangregor/phpstan-prophecy" : " ^0.6" ,
48
48
"justinrainbow/json-schema" : " ^5.2.1" ,
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ public function invalidHttpStatusCodeValueProvider()
289
289
public function testExceptionToStatusConfigWithInvalidHttpStatusCodeValue ($ invalidHttpStatusCodeValue )
290
290
{
291
291
$ this ->expectException (InvalidTypeException::class);
292
- $ this ->expectExceptionMessageRegExp ('/Invalid type for path "api_platform \\.exception_to_status \\.Exception". Expected int, but got .+ \\./ ' );
292
+ $ this ->expectExceptionMessageRegExp ('/Invalid type for path "api_platform \\.exception_to_status \\.Exception". Expected "? int"? , but got .+ \\./ ' );
293
293
294
294
$ this ->processor ->processConfiguration ($ this ->configuration , [
295
295
'api_platform ' => [
You can’t perform that action at this time.
0 commit comments