Changeset 54051
- Timestamp:
- 09/01/2022 04:40:33 PM (2 years ago)
- Location:
- trunk/tests/phpunit/tests/formatting
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/wpHtmlSplit.php
r53562 r54051 43 43 * @dataProvider data_whole_posts 44 44 * 45 * @covers :: preg_split45 * @covers ::get_html_split_regex 46 46 */ 47 47 public function test_pcre_performance( $input ) { -
trunk/tests/phpunit/tests/formatting/wpTexturize.php
r53562 r54051 2175 2175 * @dataProvider data_whole_posts 2176 2176 * 2177 * @covers ::preg_split 2177 * @covers ::_get_wptexturize_split_regex 2178 * @covers ::_get_wptexturize_shortcode_regex 2178 2179 */ 2179 2180 public function test_pcre_performance( $input ) {
Note: See TracChangeset
for help on using the changeset viewer.