mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Tests/Build tools: Add @covers annotation to wp_set_object_terms() tests.
Props @costdev. See #57841. git-svn-id: https://develop.svn.wordpress.org/trunk@55922 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
/**
|
||||
* @group taxonomy
|
||||
*
|
||||
* @covers ::wp_set_object_terms
|
||||
*/
|
||||
class Tests_Term_WpSetObjectTerms extends WP_UnitTestCase {
|
||||
protected static $taxonomy = 'category';
|
||||
|
||||
Reference in New Issue
Block a user