Revision 4003efde
Added by Assos Assos over 4 years ago
drupal7/sites/all/modules/views/tests/views_clone.test | ||
---|---|---|
33 | 33 |
/** |
34 | 34 |
* {@inheritdoc} |
35 | 35 |
*/ |
36 |
public function setUp() { |
|
37 |
parent::setUp(); |
|
36 |
public function setUp(array $modules = array()) {
|
|
37 |
parent::setUp($modules);
|
|
38 | 38 |
|
39 | 39 |
$vocabulary = taxonomy_vocabulary_machine_name_load('tags'); |
40 | 40 |
$this->term = $this->createTerm($vocabulary); |
Also available in: Unified diff
Weekly update of contrib modules