CHips L MINI SHELL

CHips L pro

Current Path : /opt/cpanel/ea-php54/root/usr/share/tests/pear/Net_DNS/tests/
Upload File :
Current File : //opt/cpanel/ea-php54/root/usr/share/tests/pear/Net_DNS/tests/AllTests.php

<?php

if (!defined('PHPUnit_MAIN_METHOD')) {
    define('PHPUnit_MAIN_METHOD', 'Net_DNS_AllTests::main');
}

require_once 'PHPUnit/TextUI/TestRunner.php';

require_once 'Net_DNS_ResolverTest.php';
require_once 'Net_DNS_RRTest.php';
require_once 'Net_DNS_RR_LOCTest.php';
require_once 'Net_DNS_PacketTest.php';

class Net_DNS_AllTests
{
    public static function main()
    {
        PHPUnit_TextUI_TestRunner::run(self::suite());
    }

    public static function suite()
    {
        $suite = new PHPUnit_Framework_TestSuite('PEAR - Net_DNS');

        $suite->addTestSuite('Net_DNS_ResolverTest');
        $suite->addTestSuite('Net_DNS_RRTest');
        $suite->addTestSuite('Net_DNS_RR_LOCTest');
        $suite->addTestSuite('Net_DNS_PacketTest');

        return $suite;
    }
}

if (PHPUnit_MAIN_METHOD == 'Net_DNS_AllTests::main') {
    Net_DNS_AllTests::main();
}

Copyright 2K16 - 2K18 Indonesian Hacker Rulez