- Issue created by @alex.skrypnyk
- 🇦🇺Australia alex.skrypnyk Melbourne
Debugging further:
the issue is in the `drupal_phpunit_get_extension_namespaces()` where `is_dir()` is called to check if a directory exists for a specific test suite.When a codebase runs in Docker with volumes mounted, the `is_dir()` returns TRUE instead of FALSE. `RecursiveDirectoryIterator` is more strict and throws an error when cannot find the exact directory.
- 🇦🇺Australia alex.skrypnyk Melbourne
I have different way to create and then apply patches for webform in different OSes. Because it is hard to predict if git patch is `core.ignorecase=true` or `core.ignorecase=false`, the patch may or may not apply :(
Attaching a temporary patch to skip the `webform_cards` extension altogether.