Changeset 51331 for trunk/tests/phpunit/tests/xmlrpc/wp/setOptions.php
- Timestamp:
- 07/05/2021 05:21:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/xmlrpc/wp/setOptions.php
r48937 r51331 27 27 ); 28 28 29 $this->assertI nternalType( 'array',$result );29 $this->assertIsArray( $result ); 30 30 $this->assertSame( $escaped_string_with_quote, $result['blog_title']['value'] ); 31 31 $this->assertSame( 'open', $result['default_comment_status']['value'] );
Note: See TracChangeset
for help on using the changeset viewer.