function ImportOPMLTestCase::testOPMLImport

Tests the import of an OPML file.

File

drupal/modules/aggregator/aggregator.test, line 852
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();
}