While working on #1360472: Move hook_enable() to install file and add module weight change there instead I learnt that:

parent::setUp();

does not install the module, and that the correct syntax is:

parent::setUp('taxonomy_access');

If that is the case, there are potentially a lot of broken tests!

CommentFileSizeAuthor
#1 fix_broken_tests-1363126-1.patch1.2 KBsammyd56

Comments

sammyd56’s picture

Status: Active » Needs review
StatusFileSize
new1.2 KB
sammyd56’s picture

Status: Needs review » Closed (works as designed)

OK, so apparently this is handled in the parent class. I'll get my hat...