Skip to content

Commit 2794398

Browse files
Remove deprecated code paths
1 parent e0f4d17 commit 2794398

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Tests/AbstractCrawlerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,13 @@
1212
namespace Symfony\Component\DomCrawler\Tests;
1313

1414
use PHPUnit\Framework\TestCase;
15-
use Symfony\Bridge\PhpUnit\ExpectDeprecationTrait;
1615
use Symfony\Component\DomCrawler\Crawler;
1716
use Symfony\Component\DomCrawler\Form;
1817
use Symfony\Component\DomCrawler\Image;
1918
use Symfony\Component\DomCrawler\Link;
2019

2120
abstract class AbstractCrawlerTest extends TestCase
2221
{
23-
use ExpectDeprecationTrait;
24-
2522
abstract public function getDoctype(): string;
2623

2724
protected function createCrawler($node = null, string $uri = null, string $baseHref = null)

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
],
1818
"require": {
1919
"php": ">=8.0.2",
20-
"symfony/deprecation-contracts": "^2.1|^3.0",
2120
"symfony/polyfill-ctype": "~1.8",
2221
"symfony/polyfill-mbstring": "~1.0"
2322
},

0 commit comments

Comments
 (0)