Changeset 51623 for trunk/tests/phpunit/tests/formatting/wpHtmlExcerpt.php
- Timestamp:
- 08/16/2021 09:33:54 PM (3 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/wpHtmlExcerpt.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_ HtmlExcerpt extends WP_UnitTestCase {6 class Tests_Formatting_wpHtmlExcerpt extends WP_UnitTestCase { 7 7 function test_simple() { 8 8 $this->assertSame( 'Baba', wp_html_excerpt( 'Baba told me not to come', 4 ) );
Note: See TracChangeset
for help on using the changeset viewer.