예제 #1
0
 /**
  * Tests Wordpress initialize() method
  *
  * Should return content of Wordpress
  */
 public function testInitialize()
 {
     $this->wordpress->initialize();
     $this->assertEquals($this->content, $this->wordpress->getContent(), 'Wordpress content should be returned after initialize()');
 }