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
{{ message }}
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.
I'm not sure whether all features can be tested outside a WP installation (possibly Mockery would be helpful on that) but at least the utilities and some other methods could be automatically tested with PHPUnit. I guess the first step to achieve that is moving the MultipleDomain class have to its own file. That would separate the plugin bootstrap logic from the class itself.
The text was updated successfully, but these errors were encountered:
The tests we have now are too limited in terms of code coverage. They simply look for errors in instance creating. I'm reopening this issue to improve the tests.
The current Travis configuration tests the code in old PHP releases. As an effort to make people use recent/secure versions, stop testing in these versions is a good thing.
I'm not sure whether all features can be tested outside a WP installation (possibly Mockery would be helpful on that) but at least the utilities and some other methods could be automatically tested with PHPUnit. I guess the first step to achieve that is moving the
MultipleDomain
class have to its own file. That would separate the plugin bootstrap logic from the class itself.The text was updated successfully, but these errors were encountered: