| 1 |
<?php |
<?php |
| 2 |
// $Id: nd.plugins.test,v 1.1.2.1 2009/10/05 19:13:02 swentel Exp $ |
// $Id: nd.plugins.test,v 1.1.2.2 2009/10/18 15:48:58 swentel Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 12 |
*/ |
*/ |
| 13 |
function getInfo() { |
function getInfo() { |
| 14 |
return array( |
return array( |
| 15 |
'name' => t('Plugins'), |
'name' => t('ND plugins'), |
| 16 |
'description' => t('Tests for plugins.'), |
'description' => t('Tests for ND plugins.'), |
| 17 |
'group' => t('Node Displays'), |
'group' => t('Display suite'), |
| 18 |
); |
); |
| 19 |
} |
} |
| 20 |
|
|
| 22 |
* Implementation of setUp(). |
* Implementation of setUp(). |
| 23 |
*/ |
*/ |
| 24 |
function setUp() { |
function setUp() { |
| 25 |
parent::setUp('nd'); |
parent::setUp('ds', 'nd'); |
| 26 |
} |
} |
| 27 |
|
|
| 28 |
/** |
/** |