Projet

Général

Profil

Révision ef1afbb9

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/tests/views_view.test
7 7

  
8 8
/**
9 9
 * Views class tests.
10
 *
11
 * @codingStandardsIgnoreStart
10 12
 */
11 13
class ViewsViewTest extends ViewsSqlTest {
14
  // @codingStandardsIgnoreEnd
12 15
  public static function getInfo() {
13 16
    return array(
14 17
      'name' => 'Test the view class',
......
227 230
      'default' => 'default',
228 231
      'page_1' => 'page_1',
229 232
    );
233

  
234
    // @codingStandardsIgnoreLine
230 235
    $translatables['test_destroy'] = array(
231 236
      t('Master'),
232 237
      t('more'),
......
272 277
    $handler->display->display_options['pager']['type'] = 'full';
273 278
    $handler->display->display_options['style_plugin'] = 'default';
274 279
    $handler->display->display_options['row_plugin'] = 'fields';
280

  
281
    // @codingStandardsIgnoreLine
275 282
    $translatables['test_view_delete'] = array(
276 283
      t('Defaults'),
277 284
      t('more'),

Formats disponibles : Unified diff