Writing PHPUnit test for REST API & Custom Post Types in WordPress

Writing PHPUnit test for REST API & Custom Post Types in WordPress

Tests for REST API are even more important because you never know how the API may respond to various environments or situations. If you haven’t set up PHPUnit tests for your WordPress plugin yet, I’d recommend checking out the guide