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

test_Decr() public method

public test_Decr ( )
    public function test_Decr()
    {
        $this->assertEquals('decr key', $this->redis->Decr('key'));
    }
TestRedisServer