- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/custom-css-setting.php
r51196 r51331 345 345 */ 346 346 function filter_update_custom_css_data( $data, $args ) { 347 $this->assertI nternalType( 'array',$data );347 $this->assertIsArray( $data ); 348 348 $this->assertSameSets( array( 'css', 'preprocessed' ), array_keys( $data ) ); 349 349 $this->assertSame( '', $data['preprocessed'] ); 350 $this->assertI nternalType( 'array',$args );350 $this->assertIsArray( $args ); 351 351 $this->assertSameSets( array( 'css', 'preprocessed', 'stylesheet' ), array_keys( $args ) ); 352 352 $this->assertSame( $args['css'], $data['css'] );
Note: See TracChangeset
for help on using the changeset viewer.