Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit da30862

Browse files
committed
Merge branch '2.7' into 2.8
Conflicts: src/Symfony/Component/HttpKernel/Kernel.php
2 parents cf33857 + 7bfeb0f commit da30862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Core/Tests/Encoder/EncoderFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function testGetNullNamedEncoderForEncoderAware()
107107
}
108108

109109
/**
110-
* @expectedException RuntimeException
110+
* @expectedException \RuntimeException
111111
*/
112112
public function testGetInvalidNamedEncoderForEncoderAware()
113113
{

Http/Tests/RememberMe/AbstractRememberMeServicesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public function testEncodeCookieAndDecodeCookieAreInvertible()
250250
}
251251

252252
/**
253-
* @expectedException InvalidArgumentException
253+
* @expectedException \InvalidArgumentException
254254
* @expectedExceptionMessage cookie delimiter
255255
*/
256256
public function testThereShouldBeNoCookieDelimiterInCookieParts()

0 commit comments

Comments
 (0)