-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Pest by PHPUnit #11
Conversation
…Press Unit Test Case
…ettings Add custom PHPUnit bootstrap file
Codecov Report
@@ Coverage Diff @@
## develop #11 +/- ##
=============================================
+ Coverage 24.46% 25.35% +0.88%
Complexity 102 102
=============================================
Files 5 5
Lines 282 280 -2
=============================================
+ Hits 69 71 +2
+ Misses 213 209 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Specify PHP version to 7.3 Update composer packages
b4aa451
to
1e2cad7
Compare
@lusimeon Let's get this merged 👍 |
Hi,
To be able to use WordPress native functions and to run tests in a Wordpress database I propose to install WordPress test suite.
This one isn't compatible with
PHPUnit > 7.*
and Pest isn't compatible withPHPUnit < 9.*
so we should remove Pest and use PHPUnit standalone to use it.