public function Redis_Tests_Client_MockFactory::getName in Redis 7.3
Get underlaying library name used.
This can be useful for contribution code that may work with only some of the provided clients.
Return value
string
Overrides Redis_Client_FactoryInterface::getName
File
- lib/
Redis/ Tests/ Client/ MockFactory.php, line 10
Class
Code
public function getName() {
return 'Mock';
}