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
Tags 6.x-1.0-alpha14
No related merge requests found
......@@ -48,8 +48,8 @@ class FeedsUIUserInterfaceTestCase extends FeedsWebTestCase {
*/
public function testEditFeedConfiguration() {
// Create a feed.
$this->createFeedConfiguration('Test feed', 'test_feed');
// Create an importer.
$this->createImporterConfiguration('Test feed', 'test_feed');
// Assert UI elements.
$this->drupalGet('admin/build/feeds/edit/test_feed');
......@@ -101,8 +101,8 @@ class FeedsUIUserInterfaceTestCase extends FeedsWebTestCase {
$this->drupalGet('import');
$this->assertNoText('Test feed');
// Create the same feed again.
$this->createFeedConfiguration('Test feed', 'test_feed');
// Create the same importer again.
$this->createImporterConfiguration('Test feed', 'test_feed');
// Test basic settings settings.
$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