8000 Fix tests · symfony/symfony@b6948dd · GitHub
[go: up one dir, main page]

Skip to content

Commit b6948dd

Browse files
committed
Fix tests
1 parent 8872833 commit b6948dd

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