Changeset 28800
- Timestamp:
- 06/22/2014 01:40:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/results.php
r28783 r28800 415 415 } 416 416 417 function test_exlude_from_search_empty() { 417 /** 418 * @ticket 19198 419 */ 420 function test_exclude_from_search_empty() { 418 421 global $wp_post_types; 419 422 foreach ( array_keys( $wp_post_types ) as $slug ) … … 434 437 } 435 438 439 /** 440 * @ticket 16854 441 */ 436 442 function test_query_author_vars() { 437 443 $author_1 = $this->factory->user->create( array( 'user_login' => 'admin1', 'user_pass' => rand_str(), 'role' => 'author' ) );
Note: See TracChangeset
for help on using the changeset viewer.