bandwidthThrottle\tokenBucket\storage\IPCStorageTest::testSetMicrotimeFails PHP Méthode

testSetMicrotimeFails() public méthode

Tests setMicrotime() fails.
    public function testSetMicrotimeFails()
    {
        $storage = new IPCStorage(ftok(__FILE__, "a"));
        $storage->remove();
        @$storage->setMicrotime(123);
    }