function ImportOpmlTest::testOpmlImport

File

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

Class

ImportOpmlTest

Namespace

Drupal\aggregator\Tests

Code

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