assertEquals( $content_with_hashtag, $content ); } public function the_content_provider() { $object_link = get_tag_link( 'object' ); return [ [ 'test', 'test' ], [ '#test', '#test' ], [ 'hallo #test test', 'hallo #test test' ], [ 'hallo #object test', 'hallo test' ], ]; } }