Server IP : 66.29.132.122 / Your IP : 18.117.172.252 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/self/root/proc/thread-self/root/proc/thread-self/root/opt/cloudlinux/alt-php52/root/usr/share/pear/test/Net_IDNA2/tests/ |
Upload File : |
<?php if (!defined('PHPUnit2_MAIN_METHOD')) { define('PHPUnit2_MAIN_METHOD', 'Net_IDNA2_AllTests::main'); } require_once 'PHPUnit2/TextUI/TestRunner.php'; require_once 'Net_IDNA2Test.php'; require_once 'draft-josefsson-idn-test-vectors.php'; class Net_IDNA2_AllTests { public static function main() { PHPUnit2_TextUI_TestRunner::run(self::suite()); } public static function suite() { $suite = new PHPUnit2_Framework_TestSuite('PEAR - Net_IDNA2'); $suite->addTestSuite('Net_IDNA2Test'); $suite->addTestSuite('draft-josefsson-idn-test-vectors'); return $suite; } } if (PHPUnit2_MAIN_METHOD == 'Net_IDNA2_AllTests::main') { Net_IDNA2_AllTests::main(); }