Changeset 50338 for trunk/tests/phpunit/tests/editor/wpEditors.php
- Timestamp:
- 02/13/2021 01:45:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/editor/wpEditors.php
r50288 r50338 7 7 /** 8 8 * @group editor 9 * 10 * @coversDefaultClass _WP_Editors 9 11 */ 10 12 class Tests_WP_Editors extends WP_UnitTestCase { 11 13 12 14 /** 13 * @covers _WP_Editors::wp_link_query15 * @covers ::wp_link_query 14 16 */ 15 17 public function test_wp_link_query_returns_false_when_nothing_found() { … … 20 22 21 23 /** 22 * @covers _WP_Editors::wp_link_query24 * @covers ::wp_link_query 23 25 */ 24 26 public function test_wp_link_query_returns_search_results() { … … 42 44 * @ticket 41825 43 45 * 44 * @covers _WP_Editors::wp_link_query46 * @covers ::wp_link_query 45 47 */ 46 48 public function test_wp_link_query_returns_filtered_result_when_nothing_found() { … … 63 65 64 66 /** 65 * @covers _WP_Editors::wp_link_query67 * @covers ::wp_link_query 66 68 */ 67 69 public function test_wp_link_query_returns_filtered_search_results() {
Note: See TracChangeset
for help on using the changeset viewer.