We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb00509 commit 1919051Copy full SHA for 1919051
PhpUnit/ContainerBuilderHasAliasConstraint.php
@@ -80,7 +80,7 @@ private function evaluateServiceId(ContainerBuilder $containerBuilder, $returnRe
80
*/
81
$actualServiceId = (string) $alias;
82
83
- $constraint = new IsEqual(strtolower($this->expectedServiceId));
+ $constraint = new IsEqual($this->expectedServiceId);
84
if (!$constraint->evaluate($actualServiceId, '', true)) {
85
if ($returnResult) {
86
return false;
0 commit comments