Changeset 51331 for trunk/tests/phpunit/tests/customize/partial.php
- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/partial.php
r49108 r51331 167 167 $this->assertTrue( false === $rendered || is_string( $rendered ) ); 168 168 $this->assertInstanceOf( 'WP_Customize_Partial', $partial ); 169 $this->assertI nternalType( 'array',$container_context );169 $this->assertIsArray( $container_context ); 170 170 $this->count_filter_customize_partial_render += 1; 171 171 return $rendered; … … 184 184 $this->assertTrue( false === $rendered || is_string( $rendered ) ); 185 185 $this->assertInstanceOf( 'WP_Customize_Partial', $partial ); 186 $this->assertI nternalType( 'array',$container_context );186 $this->assertIsArray( $container_context ); 187 187 $this->count_filter_customize_partial_render_with_id += 1; 188 188 return $rendered;
Note: See TracChangeset
for help on using the changeset viewer.