We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a2d39 commit cf1657eCopy full SHA for cf1657e
src/Symfony/Component/Lock/Tests/Store/BlockingStoreTestTrait.php
@@ -35,6 +35,10 @@ abstract protected function getStore();
35
*/
36
public function testBlockingLocks()
37
{
38
+ if (!extension_loaded('posix')) {
39
+ $this->markTestSkipped('Extension posix is required.');
40
+ }
41
+
42
// Amount a microsecond used to order async actions
43
$clockDelay = 50000;
44
0 commit comments