Changeset 50464 for branches/5.7/tests/phpunit/tests/shortcode.php
- Timestamp:
- 03/01/2021 08:21:23 PM (4 years ago)
- Location:
- branches/5.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7
- Property svn:mergeinfo changed
/trunk merged: 50441-50444
- Property svn:mergeinfo changed
-
branches/5.7/tests/phpunit/tests/shortcode.php
r49117 r50464 747 747 function test_php_and_js_shortcode_attribute_regexes_match() { 748 748 749 $file = file_get_contents( ABSPATH . WPINC . '/js/shortcode.js' );749 $file = file_get_contents( ABSPATH . 'js/_enqueues/wp/shortcode.js' ); 750 750 $matched = preg_match( '|\s+pattern = (\/.+\/)g;|', $file, $matches ); 751 751 $php = get_shortcode_atts_regex();
Note: See TracChangeset
for help on using the changeset viewer.