mirror of
https://github.com/predis/predis.git
synced 2026-08-26 09:59:53 +00:00
Added tests case with FLOAT16 and BFLOAT16 vectors (#1465)
* Added tests case with FLOAT16 and BFLOAT16 vectors * Added version restriction for test * Updated version restrictions
This commit is contained in:
committed by
GitHub
parent
cbef71090b
commit
c5fdfc81ef
@@ -13,7 +13,7 @@
|
||||
/**
|
||||
* PHPUnit constraint matching arrays with same elements even in different order.
|
||||
*/
|
||||
class ArrayHasSameValuesConstraint extends \PHPUnit\Framework\Constraint\Constraint
|
||||
class ArrayHasSameValuesConstraint extends PHPUnit\Framework\Constraint\Constraint
|
||||
{
|
||||
protected $array;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user