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 fa4376a commit dda5bb2Copy full SHA for dda5bb2
1 file changed
src/TestHelper/KnownSessionIdGenerator.php
@@ -24,5 +24,4 @@ public function currentId() : string {
24
$counter = $this->counter > 0 ? $this->counter - 1 : 0;
25
return self::ID_PREFIX . '-' . $counter;
26
}
27
-
28
0 commit comments