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

test_Discard() public method

public test_Discard ( )
    public function test_Discard()
    {
        $this->assertEquals('discard', $this->redis->discard());
    }
TestRedisServer