Changeset 43571 for trunk/tests/phpunit/tests/editor/wpEditors.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/editor/wpEditors.php
r42343 r43571 11 11 public function wp_link_query_callback( $results ) { 12 12 return array_merge( 13 $results, array( 13 $results, 14 array( 14 15 array( 15 16 'ID' => 123, … … 40 41 'info' => mysql2date( __( 'Y/m/d' ), $post->post_date ), 41 42 ), 42 ), $actual 43 ), 44 $actual 43 45 ); 44 46 } … … 60 62 'info' => 'baz', 61 63 ), 62 ), $actual 64 ), 65 $actual 63 66 ); 64 67 } … … 85 88 'info' => 'baz', 86 89 ), 87 ), $actual 90 ), 91 $actual 88 92 ); 89 93 }
Note: See TracChangeset
for help on using the changeset viewer.