diff --git a/tests/BridgeImplementationTest.php b/tests/BridgeImplementationTest.php index 3d4d1f6c..a53336a3 100644 --- a/tests/BridgeImplementationTest.php +++ b/tests/BridgeImplementationTest.php @@ -69,6 +69,10 @@ class BridgeImplementationTest extends TestCase { $this->assertNotEmpty($context, 'empty context name'); } + if (empty($params)) { + continue; + } + foreach ($paramsSeen as $seen) { $this->assertNotEquals($seen, $params, 'same set of parameters not allowed'); }