Jamm\Memory\Tests\TestRedisServer::__construct PHP Method

__construct() public method

public __construct ( Jamm\Memory\IRedisServer $Server )
$Server Jamm\Memory\IRedisServer
    public function __construct(IRedisServer $Server)
    {
        $this->redis = new MockRedisServer();
        $this->Server = $Server;
    }
TestRedisServer