- Timestamp:
- 09/04/2020 07:01:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/selective-refresh-ajax.php
r48937 r48939 378 378 $this->assertInstanceOf( 'WP_Customize_Selective_Refresh', $component ); 379 379 if ( isset( $this->expected_partial_ids ) ) { 380 $this->assert EqualSets( $this->expected_partial_ids, array_keys( $partial_placements ) );380 $this->assertSameSets( $this->expected_partial_ids, array_keys( $partial_placements ) ); 381 381 } 382 382 return $response; … … 399 399 $this->assertInstanceOf( 'WP_Customize_Selective_Refresh', $component ); 400 400 if ( isset( $this->expected_partial_ids ) ) { 401 $this->assert EqualSets( $this->expected_partial_ids, array_keys( $partial_placements ) );401 $this->assertSameSets( $this->expected_partial_ids, array_keys( $partial_placements ) ); 402 402 } 403 403 } … … 412 412 $this->assertInstanceOf( 'WP_Customize_Selective_Refresh', $component ); 413 413 if ( isset( $this->expected_partial_ids ) ) { 414 $this->assert EqualSets( $this->expected_partial_ids, array_keys( $partial_placements ) );414 $this->assertSameSets( $this->expected_partial_ids, array_keys( $partial_placements ) ); 415 415 } 416 416 }
Note: See TracChangeset
for help on using the changeset viewer.