Closed (duplicate)
Project:
SimpleTest
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2009 at 10:35 UTC
Updated:
21 Mar 2009 at 21:07 UTC
I've just fixed the simpletests of rules to work with (a recent) 6.x-2.x and had some troubles. See #377868: Rules.test tearDown() method uses incorrect order.
It looks like the module wasn't installed correctly, so the rules cache table was missing. I was able to fix it by adding
drupal_install_modules(array('rules','rules_test'));
to the setUp() method. Perhaps the problem is that the module providing the test is 'rules_test', which depends on rules?
Comments
Comment #1
boombatower commentedSo you did
Comment #2
boombatower commentedping
Comment #3
Freso commentedI can replicate this:
Pathauto module is loaded, but Path and Token are not. Both modules are in pathauto.info's
dependencies[].Comment #4
boombatower commentedThen you are referring to dependency checking which is an entirely different matter.
Please see: #399642: Replace drupal_install_modules() with an improved module_enable().