Fix incorrect @covers
annotation in get_adjacent_post()
tests.
Introduced in [36077]. Props netweb. Fixes #35211. git-svn-id: https://develop.svn.wordpress.org/trunk@36159 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1b8c0d611a
commit
23b10789d4
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* @group link
|
||||
* @covers ::get_adjacent_link
|
||||
* @covers ::get_adjacent_post
|
||||
*/
|
||||
class Tests_Link_GetAdjacentPost extends WP_UnitTestCase {
|
||||
protected $exclude_term;
|
||||
|
Loading…
Reference in New Issue
Block a user