Current File : //opt/RZphp73/includes/test/Services_Akismet/tests/config.php.dist
<?php

/**
 * This is the unit test configuration file for Services_Akismet
 *
 * @category  Services
 * @package   Services_Akismet
 * @author    Michael Gauthier <mike@silverorange.com>
 * @copyright 2008 silverorange
 * @license   http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
 * @version   CVS: $Id: config.php.dist,v 1.1 2008/05/03 18:49:59 gauthierm Exp $
 * @link      http://pear.php.net/package/Services_Akismet
 */

$GLOBALS['Services_Akismet_Unittest_Config'] = array(
    'blogUri' => 'http://example.com/blog/',
    'apiKey'  => 'AABBCCDDEEFF'
);

?>