You appear to be a bot. Output may be restricted
Description
Usage
Tests_Filter_oEmbed_Result::test_filter_oembed_result_wrong_type_provided();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/oembed/filterResult.php
Lines:
1 to 6 of 6
public function test_filter_oembed_result_wrong_type_provided() { $actual = wp_filter_oembed_result( 'some string', (object) array( 'type' => 'link' ), '' ); $this->assertSame( 'some string', $actual ); }