class CountriesFieldUnitTest in Countries 8
Same name and namespace in other branches
- 7.2 tests/countries.test \CountriesFieldUnitTest
Test country fields.
Hierarchy
- class \CountriesBaseSetupTest extends \DrupalWebTestCase
- class \CountriesFieldUnitTest
Expanded class hierarchy of CountriesFieldUnitTest
File
- tests/
countries.test, line 995 - Tests for countries.module.
View source
class CountriesFieldUnitTest extends CountriesBaseSetupTest {
public static function getInfo() {
return array(
'name' => 'Country Fields',
'description' => 'Test the country fields, instances, widgets and formatters.',
'group' => 'Countries',
);
}
function setUp() {
parent::setUp();
$this
->drupalLogin($this->admin_user);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CountriesBaseSetupTest:: |
function | |||
CountriesBaseSetupTest:: |
function | |||
CountriesBaseSetupTest:: |
function | |||
CountriesBaseSetupTest:: |
function | |||
CountriesBaseSetupTest:: |
function | Provides a sample group of countries defined by core that match the ISO Standards. | ||
CountriesBaseSetupTest:: |
function | These countries are not part of core. | ||
CountriesBaseSetupTest:: |
function | These are the invalid strings in core. | ||
CountriesBaseSetupTest:: |
function | The valid list if ISO strings | ||
CountriesBaseSetupTest:: |
function | Provides a sample group of countries defined by core that match the ISO Standards. | ||
CountriesFieldUnitTest:: |
public static | function | ||
CountriesFieldUnitTest:: |
function |
Overrides CountriesBaseSetupTest:: |