Skip to content

Commit 1545ea1

Browse files
committed
Typos and wording clarifications
1 parent f5dfbec commit 1545ea1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
## [5.0.0] - 2020-xx-xx
44
### Added
55
- Compatibility with `phpunit/php-code-coverage` v9. Path and branch coverage is automatically enabled when running under Xdebug.
6+
- Support for PCOV
67
### Removed
78
- The old `report` configuration key, use `reports` instead
8-
- Removed `forceCoversAnnotation` and `mapTestClassNameToCoveredClassName` configuration keys, these options are not supported by `php-code-coverage anymore`
9-
- Removed the `whitelist` configuration key to align with `php-code-coverage` v9 terminology. All subkeys of `whitelist` are now subkeys of `filter`
9+
- Removed `forceCoversAnnotation` and `mapTestClassNameToCoveredClassName` configuration keys, these options are not supported by `php-code-coverage` anymore
10+
- Removed the `whitelist` configuration key to align with `php-code-coverage` v9 terminology. All former subkeys of `whitelist` are now subkeys of `filter`
1011
- Renamed `addUncoveredFilesFromWhitelist` and `processUncoveredFilesFromWhitelist` to `includeUncoveredFiles` and `processUncoveredFiles` to align with `php-code-coverage` v9 terminology
11-
- Removed the custom driver selection logic and replaced it with built-in logic from `php-code-coverage`. This means that PCOV is now supported
12+
- Removed the custom driver selection logic and replaced it with built-in logic from `php-code-coverage`
1213
- The `RemoteXDebug` driver, it was a companion to an old Symfony bundle, not a generally-usable feature
1314
- Removed legacy `LeanPHP\Behat\CodeCoverage` alias
1415

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ If you execute `vendor/bin/behat` command, you will see code coverage generated
6969

7070
You can see fully annotated `behat.yml` example file below, which can be used
7171
as a starting point to further customize the defaults of the extension. The
72-
configuration file below has all of the [Configuration Options](#Configuration
73-
Options).
72+
configuration file below has all of the [Configuration options](#configuration-options).
7473

7574
```yaml
7675
# behat.yml

0 commit comments

Comments
 (0)