function ImportOpmlTest::testOpmlImport

Tests the import of an OPML file.

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php, line 151
Definition of Drupal\aggregator\Tests\ImportOpmlTest.

Class

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

Namespace

Drupal\aggregator\Tests

Code

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