Skip to content

Commit a8d72e2

Browse files
javiereguiluznicolas-grekas
authored andcommitted
[Lock] Fix some tests that require pcntl_sigwaitinfo() function
1 parent 4173f13 commit a8d72e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Lock/Tests/Store/BlockingStoreTestTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ abstract protected function getStore();
3131
* This test is time sensible: the $clockDelay could be adjust.
3232
*
3333
* @requires extension pcntl
34+
* @requires function pcntl_sigwaitinfo
3435
*/
3536
public function testBlockingLocks()
3637
{

0 commit comments

Comments
 (0)