Skip to content

Commit 2a434d1

Browse files
Tests: Correct test case name in _truncate_post_slug() tests.
Follow-up to [55208]. Props Soean, mukesh27. See #64894. git-svn-id: https://develop.svn.wordpress.org/trunk@62660 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 7e62540 commit 2a434d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/post/truncatePostSlug.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function data_truncate_post_slug_should_truncate() {
9494
'expected' => 'myslug',
9595
'message' => '"myslug%C4%85" should have been truncated to "myslug".',
9696
),
97-
'URL-encoded accent characters and "length" includes the fifth URL-encoded character' => array(
97+
'URL-encoded accent characters and "length" includes the sixth URL-encoded character' => array(
9898
'slug' => 'myslug%C4%85',
9999
'length' => 12,
100100
'expected' => 'myslug%C4%85',

0 commit comments

Comments
 (0)