Emoji: Fix a unit test which was incorrectly failing after [31926] fixed emoji being incorrectly encoded.

git-svn-id: https://develop.svn.wordpress.org/trunk@31940 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2015-03-31 09:36:29 +00:00
parent 67ae889160
commit 4e6cb8a5e2

View File

@ -1057,7 +1057,7 @@ class Tests_Post extends WP_UnitTestCase {
$expected = array( $expected = array(
'post_title' => "foo😈bar", 'post_title' => "foo😈bar",
'post_content' => "foo😎baz", 'post_content' => "foo😎baz",
'post_excerpt' => "fooὡbat" 'post_excerpt' => "foo😐bat"
); );
edit_post( $data ); edit_post( $data );