assertCount(0, get_posts()); $this->factory()->post->create(); $this->assertCount(1, get_posts()); } }