function ImportOpmlTest::testOpmlImport
Same name in other branches
- 9 core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php \Drupal\Tests\aggregator\Functional\ImportOpmlTest::testOpmlImport()
Tests the import of an OPML file.
File
-
core/
modules/ aggregator/ tests/ src/ Functional/ ImportOpmlTest.php, line 134
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.