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

test_Quit() public method

public test_Quit ( )
    public function test_Quit()
    {
        $this->assertEquals('quit', $this->redis->Quit());
    }
TestRedisServer