Skip to content

Commit 96392fb

Browse files
OskarStarknicolas-grekas
authored andcommitted
[PHPUnit 10] Use TestCase suffix for abstract tests in /Tests/
1 parent 70625b8 commit 96392fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Tests/Form/Type/EntityTypeTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
use Symfony\Component\Form\Exception\RuntimeException;
3636
use Symfony\Component\Form\Exception\UnexpectedTypeException;
3737
use Symfony\Component\Form\Forms;
38-
use Symfony\Component\Form\Tests\Extension\Core\Type\BaseTypeTest;
38+
use Symfony\Component\Form\Tests\Extension\Core\Type\BaseTypeTestCase;
3939
use Symfony\Component\Form\Tests\Extension\Core\Type\FormTypeTest;
4040
use Symfony\Component\OptionsResolver\Exception\InvalidOptionsException;
4141
use Symfony\Component\OptionsResolver\Exception\MissingOptionsException;
4242

43-
class EntityTypeTest extends BaseTypeTest
43+
class EntityTypeTest extends BaseTypeTestCase
4444
{
4545
public const TESTED_TYPE = 'Symfony\Bridge\Doctrine\Form\Type\EntityType';
4646

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"symfony/cache": "^5.4|^6.0",
3030
"symfony/config": "^5.4|^6.0",
3131
"symfony/dependency-injection": "^6.2",
32-
"symfony/form": "^5.4.9|^6.0.9",
32+
"symfony/form": "^6.3",
3333
"symfony/http-kernel": "^6.2",
3434
"symfony/messenger": "^5.4|^6.0",
3535
"symfony/doctrine-messenger": "^5.4|^6.0",
@@ -57,7 +57,7 @@
5757
"phpunit/phpunit": "<5.4.3",
5858
"symfony/cache": "<5.4",
5959
"symfony/dependency-injection": "<6.2",
60-
"symfony/form": "<5.4",
60+
"symfony/form": "<6.3",
6161
"symfony/http-foundation": "<6.3",
6262
"symfony/http-kernel": "<6.2",
6363
"symfony/messenger": "<5.4",

0 commit comments

Comments
 (0)