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? 2 As far as I know,...
I’m developing a plugin using TDD and one thing that i completely fail to test are… hooks. I mean OK, i can test hook callback, but how could I...