Skip to content

Commit 70cee96

Browse files
committed
minor symfony#19255 skip test with current phpunit bridge (remicollet)
This PR was merged into the 2.8 branch. Discussion ---------- skip test with current phpunit bridge | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A AS for DnsMock in some other tests, (e.g. see efc1de7) Commits ------- 7696c95 skip test with current phpunit bridge
2 parents c7d569a + 7696c95 commit 70cee96

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)