Commit graph

401 commits

Author SHA1 Message Date
Pascal Birchler
71c6a545ba
Merge pull request #203 from wp-cli/dependabot/composer/wp-cli/wp-cli-tests-tw-5 2025-07-04 14:52:53 +02:00
Pascal Birchler
d4df8d7a37
Update Composer config 2025-07-04 14:49:27 +02:00
dependabot[bot]
d1072aef3c
Update wp-cli/wp-cli-tests requirement from ^4 to ^5
Updates the requirements on [wp-cli/wp-cli-tests](https://github.com/wp-cli/wp-cli-tests) to permit the latest version.
- [Release notes](https://github.com/wp-cli/wp-cli-tests/releases)
- [Commits](https://github.com/wp-cli/wp-cli-tests/compare/v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: wp-cli/wp-cli-tests
  dependency-version: 5.0.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-04 11:25:54 +00:00
Pascal Birchler
25fa300fad
Merge pull request #201 from wp-cli/add/bump-requirements
Require PHP 7.2.24+
2025-05-13 07:56:45 +02:00
Pascal Birchler
3878da4e07
Require PHP 7.2.24+ 2025-05-07 13:34:11 +02:00
Pascal Birchler
77d82ab022
Merge pull request #196 from wp-cli/regenerate-readme 2024-11-25 09:38:30 +01:00
Alain Schlesser
0b25ebc6b8 Regenerate README file - 2024-11-25 2024-11-25 07:45:57 +00:00
Pascal Birchler
75f50a55d2
Merge pull request #195 from wp-cli/update/wp-cli-2-12
Require `wp-cli/wp-cli` v2.12
2024-11-25 08:44:50 +01:00
Pascal Birchler
438a320c90
Require wp-cli/wp-cli v2.12
For improved PHP 8.4 compatibility.
2024-11-25 00:24:41 +01:00
Pascal Birchler
ff0e075076
Merge pull request #193 from wp-cli/fix/workflow-dispatch 2024-10-14 17:17:29 +02:00
Pascal Birchler
28e1793038
Allow manually dispatching tests workflow 2024-10-14 16:27:58 +02:00
Pascal Birchler
b9c8dc0dca
Merge pull request #192 from wp-cli/regenerate-readme
Regenerate README file
2024-08-08 09:10:17 +02:00
Alain Schlesser
838e34c858 Regenerate README file - 2024-08-08 2024-08-08 05:43:11 +00:00
Pascal Birchler
04c20f23da
Merge pull request #191 from josevarghese/patch-1 2024-07-22 12:28:56 +02:00
josevarghese
0120d7ea3f corrected typo for the word 'perform' 2024-06-13 21:00:53 +05:30
josevarghese
2acd5e2033 revert a mistake happened while committing 2024-06-13 19:56:11 +05:30
josevarghese
a55498e90c added to command.php 2024-06-13 19:53:14 +05:30
Jose Varghese
4e26af2a39
Merge pull request #1 from josevarghese/josevarghese-patch-1
Updated Command.php example for the wp profile stage bootstrap
2024-06-13 19:46:33 +05:30
Jose Varghese
8e8c805c35
Updated Command.php example for the wp profile stage bootstrap 2024-06-13 19:45:48 +05:30
Jose Varghese
b68b714678
Example for the profile command updated and a small typo correction 2024-06-11 01:16:02 +05:30
Pascal Birchler
ab3b9d18df
Merge pull request #190 from wp-cli/fix/186
Fix deprecation warnings on PHP 8.2
2024-05-24 11:29:39 +02:00
Pascal Birchler
04c9da64ae
Add setter 2024-05-24 10:50:11 +02:00
Pascal Birchler
4f41b336e0
Lint fix 2024-05-24 10:15:07 +02:00
Pascal Birchler
128210cd2b
Avoid passing null to substr 2024-05-24 10:11:24 +02:00
Pascal Birchler
84a7e9d73a
Use magic methods instead of dynamic properties 2024-05-24 10:11:14 +02:00
Pascal Birchler
011f98370d
Remove unused property 2024-05-24 10:11:00 +02:00
Nilambar Sharma
df98093c4d
Update profile commands examples (#189)
* Update profile commands examples

* Update orderby argument description in profile commands

* Update profile feature tests
2024-04-05 08:37:53 -07:00
Pascal Birchler
26107b5224
Improve SQLite compatibility (#187) 2023-10-23 13:23:22 -07:00
Daniel Bachhuber
6a84f43d74
Remove part of the test condition to fix failing tests (#184)
The `cache_hits` dropped to 1 on trunk, but it's not important that we
test this with a high level of precision
2023-09-28 16:51:40 -07:00
Pascal Birchler
bfb4ba48b1
Update WPCS to v3 (#183)
* Update `wp-cli/wp-cli-tests`

* Remove invalid config

* Fix all auto-fixable issues

* Need to make sure these are always floats

---------

Co-authored-by: Daniel Bachhuber <daniel.bachhuber@automattic.com>
2023-09-01 06:33:09 -07:00
schlessera
ce1737747d Update file(s) from wp-cli/.github 2023-05-27 18:02:25 +00:00
Daniel Bachhuber
7f2212e026
Add composer phpcbf and allow wordpress-core-installer (#179) 2023-02-17 11:02:54 -08:00
Daniel Bachhuber
3d564278ed
Reduce test flakiness by dropping assertion (#180)
This value is 12 sometimes, and 13 other times.
2023-02-17 10:52:09 -08:00
Daniel Bachhuber
a80ee1f2fb
Add a command doc for use in the handbook (#178) 2023-02-03 15:37:58 -05:00
schlessera
f6d502f15a Update file(s) from wp-cli/.github 2023-01-12 04:51:44 +00:00
schlessera
7d1396cf97 Update file(s) from wp-cli/.github 2023-01-10 23:31:46 +00:00
schlessera
5e356ae119 Update file(s) from wp-cli/.github 2023-01-05 20:14:53 +00:00
schlessera
0572bef614 Update file(s) from wp-cli/.github 2023-01-03 15:32:12 +00:00
schlessera
f6ead8f149 Update file(s) from wp-cli/.github 2022-11-04 22:15:14 +00:00
schlessera
931eb29a5c Update file(s) from wp-cli/.github 2022-11-04 20:02:28 +00:00
schlessera
18c17a8d7b Update file(s) from wp-cli/.github 2022-11-04 18:02:31 +00:00
schlessera
70faeade40 Update file(s) from wp-cli/.github 2022-10-27 16:03:31 +00:00
schlessera
7514f0b35f Update file(s) from wp-cli/.github 2022-10-17 21:02:38 +00:00
schlessera
11f9e0f5e8 Update file(s) from wp-cli/.github 2022-10-17 17:56:51 +00:00
schlessera
268c93833d Update file(s) from wp-cli/.github 2022-10-17 17:18:24 +00:00
schlessera
cd3b9698d6 Update file(s) from wp-cli/.github 2022-10-06 23:02:34 +00:00
Daniel Bachhuber
1ebf980d54 Merge pull request #174 from wp-cli/regenerate-readme
Regenerate README file
2022-08-18 09:35:27 -07:00
Alain Schlesser
474e382361 Regenerate README file - 2022-08-18 2022-08-18 16:33:42 +00:00
Daniel Bachhuber
bef5824349 Merge pull request #173 from wp-cli/fix/overview-links
Fix links in the Overview section
2022-08-18 09:31:48 -07:00
Daniel Bachhuber
8a00ee8d42 Fix links in the Overview section 2022-08-18 09:29:01 -07:00