Exemplo n.º 1
0
 /**
  * Test that React::the_content() doesn't change the content when not in the loop.
  */
 function test_content_not_changed_outside_loop()
 {
     $react = React::init();
     $content = 'foo';
     $this->assertEquals($content, $react->the_content($content));
 }