security updates of unpatched modules

This commit is contained in:
Bachir Soussi Chiadmi
2016-10-25 16:23:00 +02:00
parent 610760bedf
commit f6f7fd575f
133 changed files with 5598 additions and 2574 deletions
@@ -0,0 +1,31 @@
<?php
/**
* @file
* Some rudimentary tests for the term_view handler.
*/
class PanelsTermViewWebTestCase extends PanelsEntityViewWebTestCase {
/**
* {@inheritdoc}
*/
public static function getInfo() {
return array(
'name' => 'Panels term_view tests',
'description' => 'Test the standard term_view task handler.',
'group' => 'Panels',
);
}
/**
* {@inheritdoc}
*/
protected $view_name = 'term_view';
/**
* {@inheritdoc}
*/
protected $view_label = 'Taxonomy term template';
}