-
Bug
-
Resolution: Fixed
-
Minor
-
3.2.0-RC2
-
None
The installer will always try to populate all migrations that are returned by the finder. Especially while running tests. it might think that some extensions are enabled (possibly caused by opcache) and try to install with these, too. Passing a simple empty array as extensions list will prevent this issue.