[BUGFIX] Make Functional tests work on fast machines
Adds more entropy to the uniqid() call. So each call inside foreach loop will generate unique value. As uniqid() generates values based on current time, subsequent calls may return the same value on a fast machine. On Windows it's even worse, as uniqid() has single-second-resolution out of the box. Resolves: #59529 Relates: #58602 Releases: 6.3, 6,2 Change-Id: I7476f85961e906905acaca7fd816e37375c9817c Reviewed-on: https://review.typo3.org/30696 Reviewed-by: Marc Bastian Heinrichs Tested-by: Marc Bastian Heinrichs Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Please register or sign in to comment