Changeset 53562 for trunk/tests/phpunit/tests/formatting/wpHtmlSplit.php
- Timestamp:
- 06/23/2022 08:27:34 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/wpHtmlSplit.php
r52010 r53562 10 10 * 11 11 * @dataProvider data_basic_features 12 * 13 * @covers ::wp_html_split 12 14 */ 13 15 public function test_basic_features( $input, $output ) { … … 40 42 * 41 43 * @dataProvider data_whole_posts 44 * 45 * @covers ::preg_split 42 46 */ 43 47 public function test_pcre_performance( $input ) {
Note: See TracChangeset
for help on using the changeset viewer.