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:
Boone Gorges 2016-01-03 02:43:18 +00:00
parent 1b8c0d611a
commit 23b10789d4

View File

@ -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;