Changeset 48939 for trunk/tests/phpunit/tests/editor/wpEditors.php
- Timestamp:
- 09/04/2020 07:01:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/editor/wpEditors.php
r43571 r48939 33 33 $actual = _WP_Editors::wp_link_query( array( 's' => $post->post_title ) ); 34 34 35 $this->assert EqualSets(35 $this->assertSameSets( 36 36 array( 37 37 array( … … 54 54 remove_filter( 'wp_link_query', array( $this, 'wp_link_query_callback' ) ); 55 55 56 $this->assert EqualSets(56 $this->assertSameSets( 57 57 array( 58 58 array( … … 74 74 remove_filter( 'wp_link_query', array( $this, 'wp_link_query_callback' ) ); 75 75 76 $this->assert EqualSets(76 $this->assertSameSets( 77 77 array( 78 78 array(
Note: See TracChangeset
for help on using the changeset viewer.