Skip to content

Commit e9de3b7

Browse files
Merge branch '4.3' into 4.4
* 4.3: cs fix Replace calls to setExpectedException by Pollyfill
2 parents f7931c0 + 48337b3 commit e9de3b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/Generator/UrlGeneratorTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
namespace Symfony\Component\Routing\Tests\Generator;
1313

1414
use PHPUnit\Framework\TestCase;
15+
use Symfony\Bridge\PhpUnit\ForwardCompatTestTrait;
1516
use Symfony\Component\Routing\Generator\UrlGenerator;
1617
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
1718
use Symfony\Component\Routing\RequestContext;
@@ -20,6 +21,8 @@
2021

2122
class UrlGeneratorTest extends TestCase
2223
{
24+
use ForwardCompatTestTrait;
25+
2326
public function testAbsoluteUrlWithPort80()
2427
{
2528
$routes = $this->getRoutes('test', new Route('/testing'));

0 commit comments

Comments
 (0)