MDL-50874 block: basic tests for tag-related blocks

This commit is contained in:
Marina Glancy 2015-07-18 22:43:48 +08:00
parent e1d4e288ac
commit 9a7e398664
5 changed files with 189 additions and 4 deletions

View file

@ -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')
),
);
/**