Skip to content

Commit a3d6b6b

Browse files
authored
Add intl extension requirement to v4 announcement
1 parent 64dd988 commit a3d6b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pest-v4-is-here-now-with-browser-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ it('does not run on CI', function () {
193193
### Miscellaneous Improvements
194194

195195
- You may now use `skipLocally()` or `skipOnCi` to conditionally skip tests based on the environment.
196-
- The `not->toHaveSuspiciousCharacters()` arch expectation has been added to help you identify potential suspicious characters in your code. This arch expectation is now enabled by default on the `php` arch preset.
196+
- The `not->toHaveSuspiciousCharacters()` arch expectation has been added to help you identify potential suspicious characters in your code. This arch expectation is now enabled by default on the `php` arch preset. This expectation requires the `intl` PHP extension.
197197
- The expectation `toBeSlug` has been added to help you validate that a string is a valid slug.
198198

199199
### On Top of PHPUnit 12

0 commit comments

Comments
 (0)