| 1 |
<?php |
<?php |
| 2 |
// $Id: feedapi_mapper_date.test,v 1.2.2.1 2009/08/07 15:29:01 aronnovak Exp $ |
// $Id: feedapi_mapper_date.test,v 1.2.2.2 2009/09/18 13:20:18 aronnovak Exp $ |
| 3 |
|
|
| 4 |
require_once(drupal_get_path('module', 'feedapi_mapper') . '/tests/feedapi_mapper_test.inc'); |
require_once(drupal_get_path('module', 'feedapi_mapper') . '/tests/feedapi_mapper_test.inc'); |
| 5 |
|
|
| 21 |
*/ |
*/ |
| 22 |
function setUp() { |
function setUp() { |
| 23 |
// Always call the setUp() function from the parent class. |
// Always call the setUp() function from the parent class. |
| 24 |
@parent::setUp( |
parent::setUp( |
| 25 |
'feedapi', |
'feedapi', |
| 26 |
'feedapi_node', |
'feedapi_node', |
| 27 |
'parser_simplepie', |
'parser_simplepie', |
| 28 |
'parser_common_syndication', |
'parser_common_syndication', |
| 29 |
'feedapi_mapper', |
'feedapi_mapper', |
| 30 |
'content', |
'content', |
|
'date', |
|
| 31 |
'date_api', |
'date_api', |
| 32 |
|
'date', |
| 33 |
'date_timezone', |
'date_timezone', |
| 34 |
'ctools' |
'ctools' |
| 35 |
); |
); |