You appear to be a bot. Output may be restricted
Description
Usage
Tests_Media::test_autoembed_empty();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/media.php
Lines:
1 to 9 of 9
function test_autoembed_empty() { global $wp_embed; $content = ''; $result = $wp_embed->autoembed( $content ); $this->assertEquals( $content, $result ); }