Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 85e0770

Browse files
committed
CI fixes
1 parent 60e786e commit 85e0770

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Functional/EventListener/AutoRouteListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ public function testCreationOfChildOnRoot()
558558
}
559559

560560
/**
561-
* @expectedException Symfony\Cmf\Component\RoutingAuto\ConflictResolver\Exception\ExistingUriException
561+
* @expectedException \Symfony\Cmf\Component\RoutingAuto\ConflictResolver\Exception\ExistingUriException
562562
*/
563563
public function testConflictResolverDefaultThrowException()
564564
{

tests/Unit/DependencyInjection/CmfRoutingAutoExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function setUp()
2929
* An exception should be thrown if an adapter has not been explicitly or
3030
* implicitly configured.
3131
*
32-
* @expectedException Symfony\Component\Config\Definition\Exception\InvalidConfigurationException
32+
* @expectedException \Symfony\Component\Config\Definition\Exception\InvalidConfigurationException
3333
* @expectedExceptionMessage No adapter has been configured, you either need to
3434
*/
3535
public function testLoad()

0 commit comments

Comments
 (0)