assertEquals( $content_with_hashtag, $content ); } public function the_content_provider() { $object = get_term_by( 'name', 'object', 'post_tag' ); $link = get_tag_link( $object ); return array( array( 'test', 'test' ), array( '#test', '#test' ), array( 'hallo #test test', 'hallo #test test' ), array( 'hallo #object test', 'hallo test' ), ); } }