Jamm\Memory\Tests\TestRedisServer::test_Discard PHP Méthode

test_Discard() public méthode

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