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.
2 parents f7931c0 + 48337b3 commit e9de3b7Copy full SHA for e9de3b7
Tests/Generator/UrlGeneratorTest.php
@@ -12,6 +12,7 @@
12
namespace Symfony\Component\Routing\Tests\Generator;
13
14
use PHPUnit\Framework\TestCase;
15
+use Symfony\Bridge\PhpUnit\ForwardCompatTestTrait;
16
use Symfony\Component\Routing\Generator\UrlGenerator;
17
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
18
use Symfony\Component\Routing\RequestContext;
@@ -20,6 +21,8 @@
20
21
22
class UrlGeneratorTest extends TestCase
23
{
24
+ use ForwardCompatTestTrait;
25
+
26
public function testAbsoluteUrlWithPort80()
27
28
$routes = $this->getRoutes('test', new Route('/testing'));
0 commit comments