/**
  * @group get_settings_posts_cache
  */
 public function test_get_settings_posts_cache__キャッシュされていないときはnull()
 {
     $this->assertNull(SCF::get_settings_posts_cache(get_post($this->post_id)));
 }