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

testGetMicrotimeFails() 공개 메소드

Tests getMicrotime() fails.
    public function testGetMicrotimeFails()
    {
        $storage = new IPCStorage(ftok(__FILE__, "b"));
        @$storage->getMicrotime();
    }