Skip to content

Commit

Permalink
Add @expectedExceptionMessageRegExp
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb33300 committed Sep 17, 2018
1 parent efb1634 commit 8627b2d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -399,6 +399,7 @@ protected function process(ContainerBuilder $container)

/**
* @expectedException \Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException
* @expectedExceptionMessageRegExp /^Circular reference detected for service "c", path: "c -> b -> a -> c"./
*/
public function testProcessDetectsChildDefinitionIndirectCircularReference()
{
Expand Down

0 comments on commit 8627b2d

Please sign in to comment.