Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb6948dd

Browse files
committed
Fix tests
1 parent8872833 commitb6948dd

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 =newRequest();
115+
$request->setRequestFormat('json');
115116
$event =newGetResponseEvent($this->getMockBuilder(KernelInterface::class)->getMock(),$request, KernelInterface::MASTER_REQUEST);
116117

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp