Skip to content

Commit f4042fc

Browse files
committed
doc: fix changelog PR reference
1 parent 5ea8771 commit f4042fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1313

1414
### Changed
1515

16-
- The `integration` suite now runs through `parallel-run --workers=auto` in CI, like the `unit` suite. Integration test classes that rebuilt an identical WordPress installation per test (the `InstallationState` getter tests among others) now share a per-class cached installation; duplicated tests were merged into data providers and five DB-free test files moved to the `unit` suite. Suite behavior and coverage are unchanged, wall time drops by several minutes per job (#816).
16+
- The `integration` suite now runs through `parallel-run --workers=auto` in CI, like the `unit` suite. Integration test classes that rebuilt an identical WordPress installation per test (the `InstallationState` getter tests among others) now share a per-class cached installation; duplicated tests were merged into data providers and five DB-free test files moved to the `unit` suite. Suite behavior and coverage are unchanged, wall time drops by several minutes per job (#815).
1717

1818
- The `unit` suite is split in two: `tests/unit` now holds only real unit tests (no WordPress, no database, no managed services) and the new `tests/integration` suite holds the 33 test files that load WordPress, hit MySQL, or drive a real installation (all `assertInIsolation`-based `WPLoader*`/`LoadSandbox` tests included). The `BuiltInServerController`, `ChromeDriverController` and `MysqlServerController` extensions are now scoped via their existing `suites` option so `codecept run unit` starts no servers.
1919
- `Utils\Filesystem::rrmdir()` and `recurseCopy()` now delegate to the bundled `symfony/filesystem` component instead of a hand-rolled recursive delete and a `cp -R`/`xcopy` shell-out; public signatures are unchanged, and failure paths that previously threw (unreadable dir, uncreatable destination) now return `false` like the other failure modes (#812).

0 commit comments

Comments
 (0)