Changeset 54728 for trunk/tests/phpunit/tests/formatting/wpHtmlSplit.php
- Timestamp:
- 10/31/2022 01:54:00 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/wpHtmlSplit.php
r54051 r54728 3 3 /** 4 4 * @group formatting 5 * 6 * @covers ::wp_html_split 5 7 */ 6 8 class Tests_Formatting_wpHtmlSplit extends WP_UnitTestCase { … … 10 12 * 11 13 * @dataProvider data_basic_features 12 *13 * @covers ::wp_html_split14 14 */ 15 15 public function test_basic_features( $input, $output ) {
Note: See TracChangeset
for help on using the changeset viewer.