Skip to content

Commit 4427e64

Browse files
Merge branch '2.8' into 3.2
* 2.8: fix risky tests [Yaml] release memory after parsing [HttpFoundation] Fix and test status codes according to IANA's data Add `use_strict_mode` in validOptions for session [Console] Inherit phpdoc from OutputFormatterInterface
2 parents 5a92736 + e5a5c1c commit 4427e64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/Compiler/AutowirePassTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,10 @@ public function testProcessDoesNotTriggerDeprecations()
503503

504504
$pass = new AutowirePass();
505505
$pass->process($container);
506+
507+
$this->assertTrue($container->hasDefinition('deprecated'));
508+
$this->assertTrue($container->hasDefinition('foo'));
509+
$this->assertTrue($container->hasDefinition('bar'));
506510
}
507511

508512
public function testEmptyStringIsKept()

0 commit comments

Comments
 (0)