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