Problem/Motivation
I am working on a patch to use the new KernelTestBase in a contributed module. However, the new test fails, apparently because a dependency (Currency) is not available. The dependency, however, is most definitely available, as the Review log show. Had it not been available, many other tests would have failed as well. The test failure instructs to add @requires module currency to the test class, which has been done.
Running the test through PHPUnit directly works fine locally. I have not been able to analyze the problem more extensively yet.
Proposed resolution
To be determined.
Remaining tasks
To be determined.
User interface changes
None.
API changes
To be determined.
Data model changes
None.
Comments
Comment #2
xanoComment #3
dawehner:)
Comment #4
xanoApart from the fact that that
@todotalks about extending non-existing methods,::getExtensionsForModules()looks like it should simply find modules that are present in the system.Comment #11
mile23We fixed
@requires module xin #2728579: Explicitly skip @requires module in PHPUnit Kernel and Browser tests