Skip to content
Snippets Groups Projects
Commit 6cba17f6 authored by Alex Barth's avatar Alex Barth
Browse files

Remaining renamers.

parent e4c94112
No related branches found
No related tags found
No related merge requests found
...@@ -48,8 +48,8 @@ class FeedsUIUserInterfaceTestCase extends FeedsWebTestCase { ...@@ -48,8 +48,8 @@ class FeedsUIUserInterfaceTestCase extends FeedsWebTestCase {
*/ */
public function testEditFeedConfiguration() { public function testEditFeedConfiguration() {
// Create a feed. // Create an importer.
$this->createFeedConfiguration('Test feed', 'test_feed'); $this->createImporterConfiguration('Test feed', 'test_feed');
// Assert UI elements. // Assert UI elements.
$this->drupalGet('admin/build/feeds/edit/test_feed'); $this->drupalGet('admin/build/feeds/edit/test_feed');
...@@ -101,8 +101,8 @@ class FeedsUIUserInterfaceTestCase extends FeedsWebTestCase { ...@@ -101,8 +101,8 @@ class FeedsUIUserInterfaceTestCase extends FeedsWebTestCase {
$this->drupalGet('import'); $this->drupalGet('import');
$this->assertNoText('Test feed'); $this->assertNoText('Test feed');
// Create the same feed again. // Create the same importer again.
$this->createFeedConfiguration('Test feed', 'test_feed'); $this->createImporterConfiguration('Test feed', 'test_feed');
// Test basic settings settings. // Test basic settings settings.
$edit = array( $edit = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment