public function ImportOpmlTest::testOpmlImport in Drupal 8
Same name and namespace 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();
}