/**
  * @group get_posts
  */
 public function test_get_posts()
 {
     $this->assertEquals(1, count($this->Setting->get_posts()));
 }