Changeset 44740 for trunk/tests/phpunit/tests/dependencies/jquery.php
- Timestamp:
- 02/14/2019 12:06:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/jquery.php
r42343 r44740 84 84 85 85 /** 86 * @ticket 2499487 */88 function test_exclusion_of_sourcemaps() {89 $contents = trim( file_get_contents( ABSPATH . WPINC . '/js/jquery/jquery.js' ) );90 $this->assertFalse( strpos( $contents, 'sourceMappingURL' ), 'Presence of sourceMappingURL' );91 }92 93 /**94 86 * @ticket 28404 95 87 */
Note: See TracChangeset
for help on using the changeset viewer.