public function setUp()
 {
     parent::setUp();
     $this->pages = array();
     $this->pages[] = $this->factory->post->create(array('post_title' => 'Test page', 'post_type' => 'page'));
 }
示例#2
0
 public function tearDown()
 {
     parent::tearDown();
     $this->delete_test_posts();
 }