Changeset 51331 for trunk/tests/phpunit/tests/ajax/CustomizeManager.php
- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/CustomizeManager.php
r50450 r51331 287 287 $this->make_ajax_call( 'customize_save' ); 288 288 $this->assertTrue( $this->_last_response_parsed['success'] ); 289 $this->assertI nternalType( 'array',$this->_last_response_parsed['data'] );289 $this->assertIsArray( $this->_last_response_parsed['data'] ); 290 290 291 291 $this->assertSame( 'publish', $this->_last_response_parsed['data']['changeset_status'] ); … … 326 326 $this->make_ajax_call( 'customize_save' ); 327 327 $this->assertTrue( $this->_last_response_parsed['success'] ); 328 $this->assertI nternalType( 'array',$this->_last_response_parsed['data'] );328 $this->assertIsArray( $this->_last_response_parsed['data'] ); 329 329 330 330 $this->assertSame( 'publish', $this->_last_response_parsed['data']['changeset_status'] );
Note: See TracChangeset
for help on using the changeset viewer.