Fix remaining issues: revert to snake_case for PHP methods, update WordPress Playground CLI command

This commit is contained in:
2025-04-22 16:09:52 +01:00
parent f5c8162ec7
commit c29841b8ae
3 changed files with 5 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ jobs:
- name: Run tests with WordPress Playground
run: |
# Start WordPress Playground with our blueprint
npx @wp-playground/cli start --blueprint playground/blueprint.json --port 8888 &
npx @wp-playground/cli server --blueprint playground/blueprint.json --port 8888 --login &
# Wait for WordPress Playground to be ready
echo "Waiting for WordPress Playground to be ready..."