%PDF- %PDF-
Direktori : /home/komfo908/treinamento.komforthouse.com.br/_old/dup-installer/src/Utils/Tests/ |
Current File : /home/komfo908/treinamento.komforthouse.com.br/_old/dup-installer/src/Utils/Tests/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(); }