Skip to content

Commit c29f34e

Browse files
author
Robin Chalas
committed
minor #27278 [Lock] Skip test if posix extension is not installed (ostrolucky)
This PR was merged into the 3.4 branch. Discussion ---------- [Lock] Skip test if posix extension is not installed This isn't installed by default on Fedora | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - <!-- Write a short README entry for your feature/bugfix here (replace this comment block.) This will help people understand your PR and can be used as a start of the Doc PR. Additionally: - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. --> Commits ------- 97cbea0 [Lock] Skip test if posix extension is not installed
2 parents c280f8a + 97cbea0 commit c29f34e

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 extension posix
3435
* @requires function pcntl_sigwaitinfo
3536
*/
3637
public function testBlockingLocks()

0 commit comments

Comments
 (0)