function ImportOpmlTest::testOpmlImport
Tests the import of an OPML file.
File
- 
              core/
modules/ aggregator/ tests/ src/ Functional/ ImportOpmlTest.php, line 147  
Class
- ImportOpmlTest
 - Tests OPML import.
 
Namespace
Drupal\Tests\aggregator\FunctionalCode
public function testOpmlImport() {
  $this->openImportForm();
  $this->validateImportFormFields();
  $this->submitImportForm();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.