8000 minor #22582 Fix tests (chalasr) · symfony/symfony@b9e19f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9e19f6

Browse files
minor #22582 Fix tests (chalasr)
This PR was merged into the 3.3-dev branch. Discussion ---------- Fix tests | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #22569 (comment) | License | MIT | Doc PR | n/a Commits ------- b6948dd Fix tests
2 parents 8872833 + b6948dd commit b9e19f6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"symfony/css-selector": "~2.8|~3.0",
3030
"symfony/dom-crawler": "~2.8|~3.0",
3131
"symfony/form": "^2.8.18|^3.2.5",
32-
"symfony/framework-bundle": "^3.2.5",
32+
"symfony/framework-bundle": "^3.2.8",
3333
"symfony/http-foundation": "~2.8|~3.0",
3434
"symfony/security-acl": "~2.8|~3.0",
3535
"symfony/translation": "~2.8|~3.0",

src/Symfony/Bundle/TwigBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"symfony/routing": "~2.8|~3.0",
3434
"symfony/templating": "~2.8|~3.0",
3535
"symfony/yaml": "~2.8|~3.0",
36-
"symfony/framework-bundle": "^3.2.2",
36+
"symfony/framework-bundle": "^3.2.8",
3737
"symfony/web-link": "~3.3",
3838
"doctrine/annotations": "~1.0"
3939
},

src/Symfony/Component/Security/Http/Tests/Firewall/UsernamePasswordJsonAuthenticationListenerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public function testAttemptAuthenticationNoJson()
112112
{
113113
$this->createListener();
114114
$request = new Request();
115+
$request->setRequestFormat('json');
115116
$event = new GetResponseEvent($this->getMockBuilder(KernelInterface::class)->getMock(), $request, KernelInterface::MASTER_REQUEST);
116117

117118
$this->listener->handle($event);

0 commit comments

Comments
 (0)
0