Projet

Général

Profil

Révision ed9a13f1

Ajouté par Assos Assos il y a presque 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/feeds/tests/common_syndication_parser.test
12 12
 * @todo Could I use DrupalUnitTestCase here?
13 13
 */
14 14
class CommonSyndicationParserTestCase extends DrupalWebTestCase {
15

  
16
  /**
17
   * {@inheritdoc}
18
   */
15 19
  public static function getInfo() {
16 20
    return array(
17 21
      'name' => 'Common Syndication Parser',
......
20 24
    );
21 25
  }
22 26

  
27
  /**
28
   * {@inheritdoc}
29
   */
23 30
  public function setUp() {
24 31
    parent::setUp(array('feeds', 'feeds_ui', 'ctools', 'job_scheduler'));
25 32
    feeds_include_library('common_syndication_parser.inc', 'common_syndication_parser');
......
128 135
    fclose($handle);
129 136
    return $string;
130 137
  }
138

  
131 139
}

Formats disponibles : Unified diff