Make WordPress Core

Changeset 31940


Ignore:
Timestamp:
03/31/2015 09:36:29 AM (11 years ago)
Author:
pento
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/post.php

    r31782 r31940  
    10581058                        'post_title'   => "foo😈bar",
    10591059                        'post_content' => "foo😎baz",
    1060                         'post_excerpt' => "fooὡbat"
     1060                        'post_excerpt' => "foo😐bat"
    10611061                );
    10621062
Note: See TracChangeset for help on using the changeset viewer.