mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-50874 block: basic tests for tag-related blocks
This commit is contained in:
parent
e1d4e288ac
commit
9a7e398664
5 changed files with 189 additions and 4 deletions
|
@ -166,6 +166,10 @@ class behat_data_generators extends behat_base {
|
|||
'required' => array('qtype', 'questioncategory', 'name'),
|
||||
'switchids' => array('questioncategory' => 'category', 'user' => 'createdby')
|
||||
),
|
||||
'tags' => array(
|
||||
'datagenerator' => 'tag',
|
||||
'required' => array('name')
|
||||
),
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue