- Timestamp:
- 03/26/2021 05:47:03 PM (4 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/tests/phpunit/tests/dependencies/jquery.php
r48325 r50603 37 37 } 38 38 39 function test_presence_of_jquery_no_conflict() { 40 $contents = trim( file_get_contents( ABSPATH . WPINC . '/js/jquery/jquery.js' ) ); 41 $noconflict = 'jQuery.noConflict();'; 42 $end = substr( $contents, - strlen( $noconflict ) ); 43 $this->assertEquals( $noconflict, $end ); 44 } 45 39 /** 46 40 /** 47 41 * @ticket 22896
Note: See TracChangeset
for help on using the changeset viewer.