You are here

function FeedsRSStoNodesTest::assertDevseedFeedContent in Feeds 8.2

Check thet contents of the current page for the DS feed.

1 call to FeedsRSStoNodesTest::assertDevseedFeedContent()
FeedsRSStoNodesTest::test in lib/Drupal/feeds/Tests/FeedsRSStoNodesTest.php
Test node creation, refreshing/deleting feeds and feed items.

File

lib/Drupal/feeds/Tests/FeedsRSStoNodesTest.php, line 327
Tests for plugins/FeedsNodeProcessor.inc.

Class

FeedsRSStoNodesTest
Test aggregating a feed as node items.

Namespace

Drupal\feeds\Tests

Code

function assertDevseedFeedContent() {
  $this
    ->assertText('Open Atrium Translation Workflow: Two Way Translation Updates');
  $this
    ->assertText('Tue, 10/06/2009');
  $this
    ->assertText('A new translation process for Open Atrium & integration with Localize Drupal');
  $this
    ->assertText('Week in DC Tech: October 5th Edition');
  $this
    ->assertText('Mon, 10/05/2009');
  $this
    ->assertText('There are some great technology events happening this week');
  $this
    ->assertText('Mapping Innovation at the World Bank with Open Atrium');
  $this
    ->assertText('Fri, 10/02/2009');
  $this
    ->assertText('is being used as a base platform for collaboration at the World Bank');
  $this
    ->assertText('September GeoDC Meetup Tonight');
  $this
    ->assertText('Wed, 09/30/2009');
  $this
    ->assertText('Today is the last Wednesday of the month');
  $this
    ->assertText('Week in DC Tech: September 28th Edition');
  $this
    ->assertText('Mon, 09/28/2009');
  $this
    ->assertText('Looking to geek out this week? There are a bunch of');
  $this
    ->assertText('Open Data for Microfinance: The New MIXMarket.org');
  $this
    ->assertText('Thu, 09/24/2009');
  $this
    ->assertText('There are profiles for every country that the MIX Market is hosting.');
  $this
    ->assertText('Integrating the Siteminder Access System in an Open Atrium-based Intranet');
  $this
    ->assertText('Tue, 09/22/2009');
  $this
    ->assertText('In addition to authentication, the Siteminder system');
  $this
    ->assertText('Week in DC Tech: September 21 Edition');
  $this
    ->assertText('Mon, 09/21/2009');
  $this
    ->assertText('an interesting variety of technology events happening in Washington, DC ');
  $this
    ->assertText('s Software Freedom Day: Impressions & Photos');
  $this
    ->assertText('Mon, 09/21/2009');
  $this
    ->assertText('Presenting on Features in Drupal and Open Atrium');
  $this
    ->assertText('Scaling the Open Atrium UI');
  $this
    ->assertText('Fri, 09/18/2009');
  $this
    ->assertText('The first major change is switching');
}