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

test_SYNC() public method

public test_SYNC ( )
    public function test_SYNC()
    {
        $this->assertEquals("sync", $this->redis->SYNC());
    }
TestRedisServer