bandwidthThrottle\tokenBucket\storage\PredisStorageTest::testGetMicrotimeFails PHP 메소드

testGetMicrotimeFails() 공개 메소드

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