We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0d22d5 + 2a434d1 commit ed4d597Copy full SHA for ed4d597
1 file changed
tests/phpunit/tests/post/truncatePostSlug.php
@@ -94,7 +94,7 @@ public function data_truncate_post_slug_should_truncate() {
94
'expected' => 'myslug',
95
'message' => '"myslug%C4%85" should have been truncated to "myslug".',
96
),
97
- 'URL-encoded accent characters and "length" includes the fifth URL-encoded character' => array(
+ 'URL-encoded accent characters and "length" includes the sixth URL-encoded character' => array(
98
'slug' => 'myslug%C4%85',
99
'length' => 12,
100
'expected' => 'myslug%C4%85',
0 commit comments