public function ImportOpmlTest::testOpmlImport in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/aggregator/src/Tests/ImportOpmlTest.php \Drupal\aggregator\Tests\ImportOpmlTest::testOpmlImport()
Tests the import of an OPML file.
File
- core/
modules/ aggregator/ src/ Tests/ ImportOpmlTest.php, line 123 - Contains \Drupal\aggregator\Tests\ImportOpmlTest.
Class
- ImportOpmlTest
- Tests OPML import.
Namespace
Drupal\aggregator\TestsCode
public function testOpmlImport() {
$this
->openImportForm();
$this
->validateImportFormFields();
$this
->submitImportForm();
}