Skip to content

Commit 611eb6d

Browse files
VincentLangletgithub-actions[bot]
authored andcommitted
Fix
1 parent aadc8af commit 611eb6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"phpunit/phpunit": "^9.5",
5858
"psalm/plugin-phpunit": "^0.18",
5959
"psalm/plugin-symfony": "^5.0",
60-
"rector/rector": "^0.17",
60+
"rector/rector": "^0.18",
6161
"sonata-project/admin-bundle": "^4.0",
6262
"sonata-project/classification-bundle": "^4.0",
6363
"sonata-project/doctrine-extensions": "^1.0 || ^2.0",

tests/Functional/Admin/TextEntityAdminTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static function provideCrudUrlsCases(): iterable
4545
}
4646

4747
/**
48-
* @dataProvider provideFormUrlsCases
48+
* @dataProvider provideFormsUrlsCases
4949
*
5050
* @param array<string, mixed> $parameters
5151
* @param array<string, mixed> $fieldValues
@@ -68,7 +68,7 @@ public function testFormsUrls(string $url, array $parameters, string $button, ar
6868
*
6969
* @phpstan-return iterable<array{0: string, 1: array<string, mixed>, 2: string, 3?: array<string, mixed>}>
7070
*/
71-
public static function provideFormUrlsCases(): iterable
71+
public static function provideFormsUrlsCases(): iterable
7272
{
7373
yield 'Create TextEntity Text' => ['/admin/tests/app/textentity/create', [
7474
'uniqid' => 'textEntity',

0 commit comments

Comments
 (0)