<?php
/**
 * Tests the functionality of the Simpletest example content type.
 */
class SimpletestEasyHistoryTestCase extends DrupalWebTestCase {
  protected $privileged_user;
  
  public static function getInfo() {
    return array(
      'name' => 'Test update with new nodes',
      'description' => 'create saved view, create new node, run cron, check saved view status, send email for new node',
      'group' => 'Test 1'
    );
  }

  public function setUp() {
  }
}
