We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4568a commit 53cc3bdCopy full SHA for 53cc3bd
Tests/InlineTest.php
@@ -12,7 +12,6 @@
12
namespace Symfony\Component\Yaml\Tests;
13
14
use PHPUnit\Framework\TestCase;
15
-use Symfony\Bridge\PhpUnit\ExpectDeprecationTrait;
16
use Symfony\Component\Yaml\Exception\ParseException;
17
use Symfony\Component\Yaml\Inline;
18
use Symfony\Component\Yaml\Tag\TaggedValue;
@@ -21,8 +20,6 @@
21
20
22
class InlineTest extends TestCase
23
{
24
- use ExpectDeprecationTrait;
25
-
26
protected function setUp(): void
27
28
Inline::initialize(0, 0);
composer.json
@@ -17,7 +17,6 @@
],
"require": {
19
"php": ">=8.0.2",
- "symfony/deprecation-contracts": "^2.1|^3.0",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php80": "^1.16",
"symfony/polyfill-php81": "^1.22"
0 commit comments