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

Appearance settings

Commit 9317cbd

Browse filesBrowse files
committed
Remove ExpectDeprecationTrait where it is not used
1 parent 48e1444 commit 9317cbd
Copy full SHA for 9317cbd

File tree

2 files changed

+0
-6
lines changed
Filter options

2 files changed

+0
-6
lines changed

‎src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
use Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader;
2020
use Symfony\Bridge\Doctrine\Form\ChoiceList\EntityLoaderInterface;
2121
use Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader;
22-
use Symfony\Bridge\PhpUnit\ExpectDeprecationTrait;
2322
use Symfony\Component\Form\ChoiceList\ArrayChoiceList;
2423
use Symfony\Component\Form\ChoiceList\Factory\ChoiceListFactoryInterface;
2524
use Symfony\Component\Form\Exception\LogicException;
@@ -29,8 +28,6 @@
2928
*/
3029
class DoctrineChoiceLoaderTest extends TestCase
3130
{
32-
use ExpectDeprecationTrait;
33-
3431
/**
3532
* @var MockObject&ChoiceListFactoryInterface
3633
*/

‎src/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@
1212
namespace Symfony\Component\HttpFoundation\Tests;
1313

1414
use PHPUnit\Framework\TestCase;
15-
use Symfony\Bridge\PhpUnit\ExpectDeprecationTrait;
1615
use Symfony\Component\HttpFoundation\IpUtils;
1716

1817
class IpUtilsTest extends TestCase
1918
{
20-
use ExpectDeprecationTrait;
21-
2219
public function testSeparateCachesPerProtocol()
2320
{
2421
$ip = '192.168.52.1';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.