Projet

Général

Profil

Révision c304a780

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/tests/page_tokens.test
1 1
<?php
2 2

  
3 3
/**
4
 * @file
4 5
 * Tests for different parts of the ctools object caching system.
5 6
 *
6 7
 * Needs to be a WebTest because need access to database tables.
7 8
 */
9

  
8 10
class CtoolsPageTokens extends DrupalWebTestCase {
9 11

  
10 12
  /**
11
   * {@inheritDoc}
13
   * {@inheritdoc}
12 14
   */
13 15
  public static function getInfo() {
14 16
    return array(
......
20 22
  }
21 23

  
22 24
  /**
23
   * {@inheritDoc}
25
   * {@inheritdoc}
24 26
   */
25
  function setUp(array $modules = array()) {
27
  public function setUp(array $modules = array()) {
26 28
    $modules[] = 'ctools';
27 29
    parent::setUp($modules);
28 30

  

Formats disponibles : Unified diff