[Lock] Skip test if posix extension is not installed

This isn't installed by default on Fedora
This commit is contained in:
Gabriel Ostrolucký 2018-05-15 20:17:27 +02:00 committed by Gabriel Ostrolucký
parent 10a2d39365
commit 97cbea005e

View File

@ -31,6 +31,7 @@ trait BlockingStoreTestTrait
* This test is time sensible: the $clockDelay could be adjust.
*
* @requires extension pcntl
* @requires extension posix
* @requires function pcntl_sigwaitinfo
*/
public function testBlockingLocks()