-
- Should be in https://github.com/imaginarymachines/pm-server
- `Error: The PHPUnit Polyfills library is a requirement for running the WP test suite`: https://github.com/imaginarymachines/imaginary-w…
-
Reported in https://wordpress.org/support/topic/function-name-conflict-too-generic/#post-18028492
the function `ep()` in oik-bwtrace, oik and other plugins, since it's part of the bobbfunc.php shared…
-
## Blueprints library – version 0.1 for early adopters
- Feature completeness
- wp-blueprints CLI tool to prove it works natively
- Command to execute a Blueprint
- Command to turn Blueprin…
-
Wordpress PHPUnit tests for plugin unit tests.
jest for js unit tests.
cypress for e2e tests.
-
Coming from [core#50635](https://core.trac.wordpress.org/ticket/50635) "the plugin could probably be updated to call wp_slash() on WP 5.5+, and wp_slash_strings_only() on older versions."
Relevant …
-
Hi, Chris. Not sure if you're maintaining this anymore. I hadn't used it in a while and am suddenly getting the following error when running
```
docker-compose -f docker-compose.phpunit.yml run --…
-
See `$this->create_attachment`, in `tests/test-wpdtrt-gallery.php`, which uses PHPUnit, wp-cli, WP_UnitTestCase.
This should be faster than loading a WordPress page, which has many other all plugin…
-
### Description
While attempting to write a unit test to confirm that caching added to wp_add_global_styles_for_blocks() would get cleared if user data changed (as reported in https://github.com/Word…
-
### Description
while running PHPUnit test in gutenberg with docker setup, we cant able to generate code coverage report. Looked through all documentation and followed step as provided. still recei…
-
https://make.wordpress.org/cli/handbook/misc/plugin-unit-tests/
Looks intense:
1. needs PHPUnit
2. needs svn
3. needs db connection
4. needs test db (maybe simple)
5. ??