Skip to content

Commit 06cc85a

Browse files
author
Willem Stuursma
committed
Skip test if php-redis is not installed
1 parent f0f0e2e commit 06cc85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mutex/PHPRedisMutexTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @link bitcoin:1P5FAZ4QhXCuwYPnLZdk3PJsqePbu1UDDA Donations
1717
* @license WTFPL
1818
* @see PHPRedisMutex
19-
* @requires redis
19+
* @requires extension redis
2020
* @group redis
2121
*/
2222
class PHPRedisMutexTest extends TestCase

0 commit comments

Comments
 (0)