From e61cb4e4f29cc4cbbffbd93fdc471408a1397638 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Mon, 9 May 2016 17:49:12 +0200 Subject: [PATCH] [tests] Fix wrong @group annotation --- tests/PHPUnit/PredisConnectionTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPUnit/PredisConnectionTestCase.php b/tests/PHPUnit/PredisConnectionTestCase.php index be0e6160..2b249383 100644 --- a/tests/PHPUnit/PredisConnectionTestCase.php +++ b/tests/PHPUnit/PredisConnectionTestCase.php @@ -242,7 +242,7 @@ abstract class PredisConnectionTestCase extends PredisTestCase } /** - * @group disconnected + * @group connected */ public function testExecutesCommandWithHolesInArguments() {