403Webshell
Server IP : 172.67.158.161  /  Your IP : 18.226.164.53
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/giankuin/khowordpress.com/wp-content/plugins/duplicator-pro/classes/utilities/tests/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/giankuin/khowordpress.com/wp-content/plugins/duplicator-pro/classes/utilities/tests/class.test.debug.php
<?php
defined("ABSPATH") or die("");

/**
 * Test to debug test manager
 * Never used in production
 *
 * Standard: PSR-2
 * @link http://www.php-fig.org/psr/psr-2
 *
 * @package DUP_PRO
 * @subpackage classes/utilities/test
 * @copyright (c) 2017, Snapcreek LLC
 * @license	https://opensource.org/licenses/GPL-3.0 GNU Public License
 * @since 3.7.9
 *
 */
class DUP_PRO_Test_debug extends DUP_PRO_U_Test_abstract
{

    public function clear()
    {
        
    }

    public function inizialize()
    {
        self::clear();
    }

    /**
     * @param string $scope
     * @return [DUP_PRO_Test_result]
     */
    public function test($scope)
    {
        $result = array();

        $test = new DUP_PRO_U_Test_result(DUP_PRO_U_Test_result::TEST_PASS , 'test pass title');
        $test->addDescSection('Test section', 'Test <b>content</b>');
        $result[] = $test;

        $test = new DUP_PRO_U_Test_result(DUP_PRO_U_Test_result::TEST_FAIL , 'test fail title');
        $test->addDescSection('Test section', 'Test <b>content fail</b>');
        $result[] = $test;

        $test = new DUP_PRO_U_Test_result(DUP_PRO_U_Test_result::TEST_INFO , 'test info title');
        $test->addDescSection('Test section', 'Test <b>content fail</b>');
        $result[] = $test;

        $test = new DUP_PRO_U_Test_result(DUP_PRO_U_Test_result::TEST_WARNING , 'test warning title');
        $test->addDescSection('Test section', 'Test <b>content fail</b>');
        $result[] = $test;

        return $result;
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit