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

test_Unwatch() public method

public test_Unwatch ( )
    public function test_Unwatch()
    {
        $this->assertEquals('unwatch', $this->redis->Unwatch());
    }
TestRedisServer