function test_thematic_authorloop()
 {
     $this->expectOutputRegex('/<article id="post/', thematic_authorloop());
 }
    echo $authordata->last_name;
    ?>
</span></span></a>
    	                <a class="url"  style="display:none;" href="<?php 
    bloginfo('url');
    ?>
/"><?php 
    bloginfo('name');
    ?>
</a>   
    	            </div>
				</div><!-- #author-info -->
    	        <?php 
}
// action hook creating the author loop
thematic_authorloop();
// create the navigation below the content
thematic_navigation_below();
?>
		
			</div><!-- #content -->
			
			<?php 
thematic_belowcontent();
?>
 
			
		</div><!-- #container -->

<?php 
// action hook for placing content below #container
Example #3
0
 function test_thematic_authorloop_xhtml()
 {
     $this->expectOutputRegex('/<div id="post/', thematic_authorloop());
 }