10000 Merge branch '7.4' into 8.0 · symfony/routing@e05c906 · GitHub
[go: up one dir, main page]

Skip to content

Commit e05c906

Browse files
Merge branch '7.4' into 8.0
* 7.4: Fix-type-error-when-revealing-broken-secret replace expectDeprecation() with expectUserDeprecationMessage() fix compatibility with Relay 0.11 [Security] Handle non-callable implementations of `FirewallListenerInterface` [Console] Allow Usages to be specified via #[AsCommand] [DomCrawler] Allow selecting `button`s by their `value` flip excluded properties with keys with Doctrine-style constraint config [JsonPath] Test against official compliance test suite Silence E_DEPRECATED and E_USER_DEPRECATED [HttpCache] Hit the backend only once after waiting for the cache lock fix compatibility with Symfony 7.4 [Form] Keep submitted values when keep_as_list option of collection type is enabled [Form] Fix `keep_as_list` when data is not an array [JsonPath] Fix subexpression evaluation in filters [JsonPath] Fix support for comma separated indices
2 parents 4fd7468 + 1366ed8 commit e05c906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Generator/UrlGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ public function testQueryParametersWithScalarValue()
11161116
{
11171117
$routes = $this->getRoutes('user', new Route('/user/{id}'));
11181118

1119-
$this->expectDeprecation(
1119+
$this->expectUserDeprecationMessage(
11201120
'Since symfony/routing 7.4: Parameter "_query" is reserved for passing an array of query parameters. ' .
11211121
'Passing a scalar value is deprecated and will throw an exception in Symfony 8.0.',
11221122
);

0 commit comments

Comments
 (0)
0