Skip to content

Commit 9f60314

Browse files
minor symfony#24004 [Lock] Fix some tests that require pcntl_sigwaitinfo() function (javiereguiluz)
This PR was squashed before being merged into the 3.4 branch (closes symfony#24004). Discussion ---------- [Lock] Fix some tests that require pcntl_sigwaitinfo() function | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#23993 | License | MIT | Doc PR | - Commits ------- a8d72e2 [Lock] Fix some tests that require pcntl_sigwaitinfo() function
2 parents 4173f13 + a8d72e2 commit 9f60314

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)