?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/duplicator/installer/dup-installer/src/Utils/Tests/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/duplicator/installer/dup-installer/src/Utils

?? Viewing: TestInterface.php

<?php

namespace Duplicator\Installer\Utils\Tests;

interface TestInterface
{
    /**
     * @return bool true on success
     */
    public static function preTestPrepare();

    /**
     * @return bool true on success
     */
    public static function afterTestClean();
}


??

??