Skip to content

Commit 7696c95

Browse files
committed
skip test with current phpunit bridge
1 parent c7d569a commit 7696c95

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Symfony/Component/DependencyInjection/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 () {

src/Symfony/Component/Yaml/Tests/ParserTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,7 @@ public function testFloatKeys()
928928
/**
929929
* @group legacy
930930
* throw ParseException in Symfony 3.0
931+
* @requires function Symfony\Bridge\PhpUnit\ErrorAssert::assertDeprecationsAreTriggered
931932
*/
932933
public function testColonInMappingValueException()
933934
{

0 commit comments

Comments
 (0)