Where can I find documentation for the WP_UnitTestCase factory classes?
In recent versions WP_UnitTestCase has included a $factory property. For example: $post = $this->factory->post->create(); Where can I find documentation on this useful feature? … Read more