function ImportOPMLTestCase::testOPMLImport

Tests the import of an OPML file.

Archivo

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.

Código

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