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 fbe342e commit c469ae9Copy full SHA for c469ae9
Tests/HttpHeaderSerializerTest.php
@@ -13,16 +13,19 @@
13
14
use Fig\Link\Link;
15
use PHPUnit\Framework\TestCase;
16
+use Symfony\Bridge\PhpUnit\ForwardCompatTestTrait;
17
use Symfony\Component\WebLink\HttpHeaderSerializer;
18
19
class HttpHeaderSerializerTest extends TestCase
20
{
21
+ use ForwardCompatTestTrait;
22
+
23
/**
24
* @var HttpHeaderSerializer
25
*/
26
private $serializer;
27
- protected function setUp()
28
+ private function doSetUp()
29
30
$this->serializer = new HttpHeaderSerializer();
31
}
0 commit comments