- Issue created by @dcam
Automatically closed - issue fixed for 2 weeks with no activity.
Core create the new hook_runtime_requirements()
a couple of weeks ago. We only use hook_requirements()
for runtime validation. So implementing this will make the module even more OO-oriented.
Doing it may also allow us to convert the RequirementsTest to a Unit test too. I'm not 100% sure about that yet. The entire reason it's a Functional test is because there's a constant that isn't available unless Drupal is bootstrapped. We might be able to mock it instead.
Active
3.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.