You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->assertStringContainsString('[WARNING] The "deprecated" service is deprecated since foo/bar 1.9 and will be removed in 2.0', $tester->getDisplay());
$this->assertStringContainsString('[WARNING] The "deprecated_alias" alias is deprecated since foo/bar 1.9 and will be removed in 2.0', $tester->getDisplay());
101
101
}
102
102
@@ -124,7 +124,7 @@ public function testIgnoreBackslashWhenFindingService(string $validServiceId)
$this->assertStringContainsString('[WARNING] Not passing the --show-arguments option is deprecated when a service name is provided.', $tester->getDisplay());
0 commit comments