Skip to content

Commit d20f759

Browse files
committed
skip test with current phpunit bridge
1 parent 2dd85de commit d20f759

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/ContainerBuilderTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ public function testDefinitions()
6060
}
6161
}
6262

63+
/**
64+
* @requires function Symfony\Bridge\PhpUnit\ErrorAssert::assertDeprecationsAreTriggered
65+
*/
6366
public function testCreateDeprecatedService()
6467
{
6568
ErrorAssert::assertDeprecationsAreTriggered('The "deprecated_foo" service is deprecated. You should stop using it, as it will soon be removed.', function () {

0 commit comments

Comments
 (0)