You are here

function ImportOPMLTestCase::testOPMLImport in Drupal 7

Tests the import of an OPML file.

File

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();
}