Issue #2288185 by typhonius: Fixed Typos around the codebase for OPML.
parent
880deb276e
commit
1a993dbb84
|
@ -35,7 +35,7 @@ aggregator.opml_add:
|
||||||
path: '/admin/config/services/aggregator/add/opml'
|
path: '/admin/config/services/aggregator/add/opml'
|
||||||
defaults:
|
defaults:
|
||||||
_form: '\Drupal\aggregator\Form\OpmlFeedAdd'
|
_form: '\Drupal\aggregator\Form\OpmlFeedAdd'
|
||||||
_title: 'Import OMPL'
|
_title: 'Import OPML'
|
||||||
requirements:
|
requirements:
|
||||||
_permission: 'administer news feeds'
|
_permission: 'administer news feeds'
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ class DisplayFeedTest extends UITestBase {
|
||||||
* Tests feed display admin UI.
|
* Tests feed display admin UI.
|
||||||
*/
|
*/
|
||||||
public function testFeedUI() {
|
public function testFeedUI() {
|
||||||
// Test both RSS and OMPL feeds.
|
// Test both RSS and OPML feeds.
|
||||||
foreach (self::$testViews as $view_name) {
|
foreach (self::$testViews as $view_name) {
|
||||||
$this->checkFeedViewUi($view_name);
|
$this->checkFeedViewUi($view_name);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue