Make WordPress Core

Changeset 25379


Ignore:
Timestamp:
09/12/2013 04:28:34 AM (11 years ago)
Author:
wonderboymusic
Message:

Pass a variable that actually exists to seems_utf8() in tests/formatting/SeemsUtf8.php

See #25282.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/formatting/SeemsUtf8.php

    r25002 r25379  
    1313    function test_returns_true_for_utf8_strings( $utf8_string ) {
    1414        // from http://www.i18nguy.com/unicode-example.html
    15         $this->assertTrue( seems_utf8( $string ) );
     15        $this->assertTrue( seems_utf8( $utf8_string ) );
    1616    }
    1717
Note: See TracChangeset for help on using the changeset viewer.