bandwidthThrottle\tokenBucket\storage\PredisStorageTest::testGetMicrotimeFails PHP Метод

testGetMicrotimeFails() публичный Метод

Tests getMicrotime() fails.
    public function testGetMicrotimeFails()
    {
        $this->storage->bootstrap(1);
        $this->storage->remove();
        $this->storage->getMicrotime();
    }