Skip to content

Commit 165a8ad

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: [FrameworkBundle] Detect indirect env vars in routing Remove calls to deprecated function assertAttributeX [Intl] Order alpha2 to alpha3 mapping [Routing] added a warning about the getRouteCollection() method Allow sutFqcnResolver to return array [HttpFoundation] Revert getClientIp @return docblock
2 parents 1221f7b + 5c61a87 commit 165a8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Legacy/CoverageListenerTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function startTest($test)
7676
$cache = $r->getValue();
7777
$cache = array_replace_recursive($cache, array(
7878
\get_class($test) => array(
79-
'covers' => array($sutFqcn),
79+
'covers' => \is_array($sutFqcn) ? $sutFqcn : array($sutFqcn),
8080
),
8181
));
8282
$r->setValue($testClass, $cache);

0 commit comments

Comments
 (0)