-
I just updated the wordpress-develop-tests plugin for WordPress 5.5.1-RC1 then re-ran the PHPUnit tests with WordPress 5.5.1-RC1
There's been another change in the script enqueueing.
For jQuery th…
-
## What is this?
This is an automatically created issue which contains information about the version status of the documentations available on DevDocs. The results of this report can be used by mai…
-
Tests have [stopped passing](https://github.com/WordPress/phpunit-test-reporter/pull/84/checks?check_run_id=881824146) due to trunk requiring a newer version of PHPUnit.
We could upgrade, or change…
-
Hi,
the following cmd fail with 1 package:
```
vendor/bin/monorepo-builder split --max-processes 2 --tag 1.5
```
* monorepo-builder.yml
```
parameters:
# for "merge" command
dat…
-
-
LifterLMS has integration tests setup with MailHawk and these just started failing as a result of this line:
https://github.com/tobeyadr/mailhawk/commit/e3876ef32dbe505db2caccba4888c9985290132d#dif…
-
Some changes in WordPress 5.5 affect the generated HTML. Some of the PHPUnit tests will need to be changed to reflect the changes to the generated HTML.
e.g. Added `id='script-js'` to the JavaScrip…
-
Thank you for your explanation in your video.
I've tried your testcode with PHPUNIT 9.3 and it seems that there is no $spy->getInvocations() anymore.
Error: Call to undefined method PHPUnit\Fra…
-
When running unit tests on an Altis project and using Shared Fixtures in the test case class, a warning pops up:
```
Warning: Invalid argument supplied for foreach() in /chassis/vendor/humanmade/p…
-
**Describe the bug**
Hi everyone. I have a checkout of the gutenberg repository and try to get the php tests up and running by calling ```npm run test-php```. I have initially called ```npm install`…