- Timestamp:
- 03/26/2021 05:21:35 PM (2 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/tests/phpunit/tests/dependencies/jquery.php
r49101 r50602 35 35 $this->assertSame( $jquery_scripts[ $dep ], $o->src ); 36 36 } 37 }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->assertSame( $noconflict, $end );44 37 } 45 38
Note: See TracChangeset
for help on using the changeset viewer.