コード例 #1
0
ファイル: test-frontend.php プロジェクト: pento/react
 /**
  * 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));
 }