bandwidthThrottle\tokenBucket\storage\PHPRedisStorageTest::testGetMicrotimeFails PHP Méthode

testGetMicrotimeFails() public méthode

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