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

test_Auth() public method

public test_Auth ( )
    public function test_Auth()
    {
        $this->assertEquals('auth pass', $this->redis->Auth('pass'));
    }
TestRedisServer