Mercurial > hg > rc1
view vendor/pear/crypt_gpg/tests/config.php.dist @ 35:05c4c32948af
.hgignore: add vendor tree
composer.json: new packages
plugins/thunderbird_labels/thunderbird_labels.php: change hook and RFC822 use wrt whitelisting to avoid deprecated stuff
index.php: commented debugging hooks
others: new releases of vendor packages?
| author | Charlie Root |
|---|---|
| date | Thu, 30 Aug 2018 16:21:59 -0400 |
| parents | 1e000243b222 |
| children |
line wrap: on
line source
<?php /** * This is the unit test configuration file for Crypt_GPG * * This configuration allows key generation tests to be enabled. The key * generation tests are disabled by default as they require true random numbers * can can take a long time to run. * * @category Encryption * @package Crypt_GPG * @author Michael Gauthier <mike@silverorange.com> * @copyright 2011 silverorange * @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1 * @version CVS: $Id:$ * @link http://pear.php.net/package/Crypt_GPG */ $GLOBALS['Crypt_GPG_Unittest_Config'] = array( 'enable-key-generation' => false, ); ?>
