Projet

Général

Profil

Révision 7e72b748

Ajouté par Assos Assos il y a plus de 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/tests/css_cache.test
1 1
<?php
2
/**
3
 * @file
4
 * Tests the custom CSS cache handler.
5
 */
6 2

  
7 3
/**
8 4
 * Tests the custom CSS cache handler.
9 5
 */
10
class CtoolsObjectCache extends DrupalWebTestCase {
6
class CtoolsCSSObjectCache extends DrupalWebTestCase {
11 7

  
12 8
  /**
13 9
   * {@inheritdoc}
14 10
   */
15 11
  public static function getInfo() {
16 12
    return array(
17
      'name' => 'Ctools CSS cache',
13
      'name' => 'CSS cache',
18 14
      'description' => 'Tests the custom CSS cache handler.',
19 15
      'group' => 'ctools',
16
      'dependencies' => array('ctools'),
20 17
    );
21 18
  }
22 19

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

  
30 28
  /**

Formats disponibles : Unified diff