D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
cpanel
/
ea-php83
/
root
/
usr
/
share
/
tests
/
pear
/
Crypt_DiffieHellman
/
tests
/
Filename :
AllTests.php
back
Copy
<?php if (!defined('PHPUnit_MAIN_METHOD')) { define('PHPUnit_MAIN_METHOD', 'Crypt_DiffieHellman_AllTests::main'); } if ($fp = @fopen('PHPUnit/Autoload.php', 'r', true)) { require_once 'PHPUnit/Autoload.php'; } elseif ($fp = @fopen('PHPUnit/Framework.php', 'r', true)) { require_once 'PHPUnit/Framework.php'; require_once 'PHPUnit/TextUI/TestRunner.php'; } else { die('skip could not find PHPUnit'); } fclose($fp); require_once dirname(__FILE__) . '/DiffieHellmanTest.php'; class Crypt_DiffieHellman_AllTests { public static function main() { $parameters = array(); if (TESTS_GENERATE_REPORT && extension_loaded('xdebug')) { $parameters['reportDirectory'] = TESTS_GENERATE_REPORT_TARGET; } PHPUnit_TextUI_TestRunner::run(self::suite(), $parameters); } public static function suite() { $suite = new PHPUnit_Framework_TestSuite('PEAR - Crypt_DiffieHellman'); $suite->addTestSuite('Crypt_DiffieHellmanTest'); return $suite; } } if (PHPUnit_MAIN_METHOD == 'Crypt_DiffieHellman_AllTests::main') { Crypt_DiffieHellman_AllTests::main(); }
Name
Size
Last Modified
Owner
Permissions
Actions
AllTests.php
1.129
KB
May 20 2024 4:33:40
root
0644
DiffieHellmanTest.php
4.579
KB
May 20 2024 4:33:40
root
0644
TestConfiguration.php.dist
0.212
KB
May 20 2024 4:33:40
root
0644
TestHelper.php
0.44
KB
May 20 2024 4:33:40
root
0644
2017 © D7net | D704T team