Skip to content

Commit a5ac3ec

Browse files
Remove sleep step
1 parent 8fb4e14 commit a5ac3ec

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Classes/ActorTraits/Rest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,4 @@ public function theApiResponseShouldReturnStringWithJsonPath(TableNode $table)
142142
);
143143
}
144144
}
145-
146-
/**
147-
* @Given the process sleeps for :seconds seconds
148-
*/
149-
public function theProcessSleepsForSeconds(string $sconds)
150-
{
151-
sleep((int)$seconds);
152-
}
153145
}

0 commit comments

Comments
 (0)