Skip to content

Commit 989a015

Browse files
Merge branch '3.4' into 4.4
* 3.4: [Phpunit] Fix running skipped tests expecting only deprecations [DependencyInjection] #35505 Fix typo in test name [Yaml][Inline] Fail properly on empty object tag and empty const tag Check non-null type for numeric type Check value isset to avoid PHP notice bug symfony#28179 [DomCrawler] Skip disabled fields processing in Form
2 parents ec60a7d + 3440397 commit 989a015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ContainerBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ public function testThrowsExceptionWhenSetServiceOnACompiledContainer()
10971097
$container->set('a', new \stdClass());
10981098
}
10991099

1100-
public function testThrowsExceptionWhenAddServiceOnACompiledContainer()
1100+
public function testNoExceptionWhenAddServiceOnACompiledContainer()
11011101
{
11021102
$container = new ContainerBuilder();
11031103
$container->compile();

0 commit comments

Comments
 (0)