| 1 |
<?php |
<?php |
| 2 |
// $Id: statistics_advanced.test,v 1.1.2.4 2008/12/18 05:24:52 davereid Exp $ |
// $Id: statistics_advanced.test,v 1.1.2.5 2009/01/14 02:07:33 davereid Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 10 |
* Test basic statistics advanced functionality. |
* Test basic statistics advanced functionality. |
| 11 |
*/ |
*/ |
| 12 |
class StatisticsAdvancedTestCase extends DrupalWebTestCase { |
class StatisticsAdvancedTestCase extends DrupalWebTestCase { |
| 13 |
function getInfo() { |
public static function getInfo() { |
| 14 |
return array( |
return array( |
| 15 |
'name' => t('Statistics advanced settings functionality'), |
'name' => t('Statistics advanced settings functionality'), |
| 16 |
'description' => t('Test basic statistics advanced settings module functionality.'), |
'description' => t('Test basic statistics advanced settings module functionality.'), |
| 131 |
* Test basic statistics advanced functionality. |
* Test basic statistics advanced functionality. |
| 132 |
*/ |
*/ |
| 133 |
/*class StatisticsAdvancedAdminTestCase extends DrupalWebTestCase { |
/*class StatisticsAdvancedAdminTestCase extends DrupalWebTestCase { |
| 134 |
function getInfo() { |
public static function getInfo() { |
| 135 |
return array( |
return array( |
| 136 |
'name' => t('Statistics advanced settings administration'), |
'name' => t('Statistics advanced settings administration'), |
| 137 |
'description' => t('Test statistics advanced settings module administration.'), |
'description' => t('Test statistics advanced settings module administration.'), |
| 163 |
|
|
| 164 |
/*if (($file = db_result(db_query("SELECT filename FROM {system} WHERE type = 'module' AND name = 'browscap'"))) && file_exists($file)) { |
/*if (($file = db_result(db_query("SELECT filename FROM {system} WHERE type = 'module' AND name = 'browscap'"))) && file_exists($file)) { |
| 165 |
class StatisticsAdvancedBrowscapTestCase extends DrupalWebTestCase { |
class StatisticsAdvancedBrowscapTestCase extends DrupalWebTestCase { |
| 166 |
function getInfo() { |
public static function getInfo() { |
| 167 |
return array( |
return array( |
| 168 |
'name' => t('Statistics advanced browscap settings functionality'), |
'name' => t('Statistics advanced browscap settings functionality'), |
| 169 |
'description' => t('Test statistics advanced settings module functionality.'), |
'description' => t('Test statistics advanced settings module functionality.'), |