public function test_no_make_replacements_to_content()
 {
     $iframe_str = '<iframe src="http://foo.com">Why is there text in here?</iframe>';
     $this->assertEquals($iframe_str, Shortcode::make_replacements_to_content($iframe_str, array()));
 }