فهرست منبع

[tests] Fix test executed on current Redis unstable.

Daniele Alessandri 9 سال پیش
والد
کامیت
ce85fdadd1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tests/Predis/Command/HashIncrementByFloatTest.php

+ 1 - 1
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()
     {