search-replace-command/features
Alain Schlesser f00f5443f7
Add a regression test for renamed-Phar config template resolution
A Phar renamed away from `wp-cli.phar` used to build malformed template
paths when generating a wp-config.php for an install in another directory
via --path, failing with "wp-config.mustache is not a file in phar".

Add a Bootstrap scenario that copies the freshly built Phar to a name
without an extension and runs `config create --path=subfolder` against a
separate install, so the fixed behavior is locked in and regressions are
caught. The fix itself lives in wp-cli/wp-cli's Path::phar_safe(), which
the bundled Phar picks up through the framework.

See wp-cli/config-command#141.
2026-07-21 16:09:11 +02:00
..
bootstrap.feature Add a regression test for renamed-Phar config template resolution 2026-07-21 16:09:11 +02:00
cli.feature Add tests to trigger phar path resolution bug 2025-05-06 11:34:09 +02:00
command.feature Update wp-cli framework (#996) 2026-04-16 22:46:30 +02:00
config.feature Update feature tests 2025-04-03 11:05:29 +05:45
make-phar.feature Add tests to trigger phar path resolution bug 2025-05-06 11:34:09 +02:00
package.feature Update versions used in tests 2025-04-30 11:17:33 +02:00
requests.feature Tests: Improve Windows & macOS compatibility (#974) 2026-04-01 10:40:13 +02:00