Projet

Général

Profil

Révision 4444412d

Ajouté par Julien Enselme il y a environ 10 ans

Update drupal 7.27 -> 7.28

Voir les différences:

drupal7/modules/search/search.test
11 11
define('SEARCH_TYPE_2', '_test2_');
12 12
define('SEARCH_TYPE_JPN', '_test3_');
13 13

  
14
/**
15
 * Indexes content and queries it.
16
 */
14 17
class SearchMatchTestCase extends DrupalWebTestCase {
15 18
  public static function getInfo() {
16 19
    return array(
......
307 310
  }
308 311
}
309 312

  
313
/**
314
 * Indexes content and tests the advanced search form.
315
 */
310 316
class SearchAdvancedSearchForm extends DrupalWebTestCase {
311 317
  protected $node;
312 318

  
......
370 376
  }
371 377
}
372 378

  
379
/**
380
 * Indexes content and tests ranking factors.
381
 */
373 382
class SearchRankingTestCase extends DrupalWebTestCase {
374 383
  public static function getInfo() {
375 384
    return array(
......
580 589
  }
581 590
}
582 591

  
592
/**
593
 * Tests the rendering of the search block.
594
 */
583 595
class SearchBlockTestCase extends DrupalWebTestCase {
584 596
  public static function getInfo() {
585 597
    return array(
......
727 739
  public static function getInfo() {
728 740
    return array(
729 741
      'name' => 'Comment Search tests',
730
      'description' => 'Verify text formats and filters used elsewhere.',
742
      'description' => 'Test integration searching comments.',
731 743
      'group' => 'Search',
732 744
    );
733 745
  }

Formats disponibles : Unified diff