function ImportOPMLTestCase::testOPMLImport

7.x aggregator.test ImportOPMLTestCase::testOPMLImport()

Tests the import of an OPML file.

File

drupal-7.x/modules/aggregator/aggregator.test, line 812
Tests for aggregator.module.

Class

ImportOPMLTestCase
Tests importing feeds from OPML functionality for the Aggregator module.

Code

function testOPMLImport() {
  $this->openImportForm();
  $this->validateImportFormFields();
  $this->submitImportForm();
}