Fix minor coding style error

[MAILPOET-4225]
This commit is contained in:
Rodrigo Primo
2022-04-08 11:33:57 -03:00
committed by Veljko V
parent d9ffcd135a
commit d07b45c83b

View File

@@ -26,7 +26,7 @@ class AutomatedLatestContentTest extends \MailPoetTest {
} }
public function testItDoesNotGetPostTypesExludedFromSearch() { public function testItDoesNotGetPostTypesExludedFromSearch() {
$response = $this->endpoint ->getPostTypes(); $response = $this->endpoint->getPostTypes();
// WP's default post type 'revision' is excluded from search // WP's default post type 'revision' is excluded from search
// https://codex.wordpress.org/Post_Types // https://codex.wordpress.org/Post_Types
$revisionPostType = get_post_type_object('revision'); $revisionPostType = get_post_type_object('revision');