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/ctools_plugin_test.module
21 21
  return array(
22 22
    'extra_defaults' => array(
23 23
      'defaults' => array(
24
        'bool' => true,
24
        'bool' => TRUE,
25 25
        'string' => 'string',
26 26
        'array' => array('some value'),
27 27
      ),
......
88 88
 *
89 89
 * @see ctools_plugin_test_ctools_plugin_test_big_hook_cached
90 90
 */
91
function ctools_plugin_test_hook_cached_test() {}
91
function ctools_plugin_test_hook_cached_test() {
92
}
92 93

  
93 94
/**
94 95
 * Callback for the big_hook_not_cached plugin.
95 96
 *
96 97
 * @see ctools_plugin_test_ctools_plugin_test_big_hook_not_cached()
97 98
 */
98
function ctools_plugin_test_hook_not_cached_test() {}
99
function ctools_plugin_test_hook_not_cached_test() {
100
}

Formats disponibles : Unified diff