Changeset 56383 for trunk/tests/phpunit/tests/oembed/template.php
- Timestamp:
- 08/10/2023 07:47:08 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/oembed/template.php
r52978 r56383 344 344 $this->assertFalse( $scripts->query( 'wp-embed', 'enqueued' ) ); 345 345 } 346 347 /**348 * Confirms that no ampersands exist in src/wp-includes/js/wp-embed.js.349 *350 * See also the `verify:wp-embed` Grunt task for verifying the built file.351 *352 * @ticket 34698353 */354 public function test_js_no_ampersands() {355 $this->assertStringNotContainsString( '&', file_get_contents( ABSPATH . WPINC . '/js/wp-embed.js' ) );356 }357 346 }
Note: See TracChangeset
for help on using the changeset viewer.