Changeset 47122 for trunk/tests/phpunit/tests/xmlrpc/wp/getPostTypes.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/getPostTypes.php
r46586 r47122 36 36 $this->assertInternalType( 'array', $result ); 37 37 38 // verify that pages is in the result, and post is not38 // Verify that page is in the result, and post is not. 39 39 $result_names = wp_list_pluck( $result, 'name' ); 40 40 $this->assertContains( 'page', $result_names );
Note: See TracChangeset
for help on using the changeset viewer.