From ce85fdadd1387f7eec4b76414f4c7bcbb5ff9026 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Tue, 10 May 2016 10:51:43 +0200 Subject: [PATCH] [tests] Fix test executed on current Redis unstable. --- tests/Predis/Command/HashIncrementByFloatTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Predis/Command/HashIncrementByFloatTest.php b/tests/Predis/Command/HashIncrementByFloatTest.php index 3489ed22..006bbcad 100644 --- a/tests/Predis/Command/HashIncrementByFloatTest.php +++ b/tests/Predis/Command/HashIncrementByFloatTest.php @@ -88,7 +88,7 @@ class HashIncrementByFloatTest extends PredisCommandTestCase /** * @group connected * @expectedException \Predis\Response\ServerException - * @expectedExceptionMessage ERR hash value is not a valid float + * @expectedExceptionMessageRegExp /ERR hash value is not a( valid)? float/ */ public function testThrowsExceptionOnStringField() {