Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added Changelog
  • Loading branch information
ObliviousHarmony committed Jul 14, 2022
commit d9dc775a0b06a6c3ff981d917191b9888a987c40
8 changes: 8 additions & 0 deletions packages/env/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased

### Breaking Changes
- Removed the `WP_PHPUNIT__TESTS_CONFIG` environment variable from the `phpunit` container. **This removes automatic support for `wp-phpunit/wp-phpunit`**.
- Removed the generated `/var/www/html/phpunit-wp-config.php` file from the environment.

### Enhancement
- Read WordPress' version and include the correspond PHPUnit test files in the environment.
- Set the `WP_TESTS_DIR` environment variable in all containers to point at the PHPUnit test files.

## 4.8.0 (2022-06-01)
### Enhancement
- Removed the need for quotation marks when passing options to `wp-env run`.
Expand Down