Merge commit 'd435f549fe9bbfbea64ed9be36104e7a23f9603c' as 'libraries/action-scheduler'

This commit is contained in:
2026-03-16 13:15:04 +01:00
174 changed files with 32087 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Action Scheduler tests
To run unit tests:
1. Make sure that PHPUnit is installed by running:
```
$ composer install
```
2. Install WordPress and the WP Unit Test lib using the `install.sh` script:
```
$ tests/bin/install.sh <db-name> <db-user> <db-password> [db-host] [wp-version] [skip-database-creation]
```
You may need to quote strings with backslashes to prevent them from being processed by the shell or other programs.
Then, to run the tests:
```
$ composer run test
```