mirror of
https://github.com/predis/predis.git
synced 2026-08-30 20:21:31 +00:00
[tests] Just a lone leftover...
This commit is contained in:
@@ -39,16 +39,6 @@ abstract class PredisTestCase extends \PHPUnit\Framework\TestCase
|
||||
usleep($seconds * 1000000);
|
||||
}
|
||||
|
||||
/**
|
||||
* Indicates if the current runtime is HHVM.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
protected function isHHVM(): bool
|
||||
{
|
||||
return defined('HHVM_VERSION');
|
||||
}
|
||||
|
||||
/**
|
||||
* Verifies that a Redis command is a valid Predis\Command\CommandInterface
|
||||
* instance with the specified ID and command arguments.
|
||||
|
||||
Reference in New Issue
Block a user