You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In tests/plugins_test.php we create real directories and files on disk (and add the created directories to .gitignore), whereas in tests/dependencies/updater_test.php we use a virtual filesystem to mock OS calls.
It would be preferable to be consistent here, and mock filesystem calls wherever we can.
The text was updated successfully, but these errors were encountered:
In
tests/plugins_test.php
we create real directories and files on disk (and add the created directories to.gitignore
), whereas intests/dependencies/updater_test.php
we use a virtual filesystem to mock OS calls.It would be preferable to be consistent here, and mock filesystem calls wherever we can.
The text was updated successfully, but these errors were encountered: