mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-29 17:04:31 +00:00
Tests: Add missing @covers tags for files in phpunit/tests/functions/.
Props pbearne, jrf. See #39265. git-svn-id: https://develop.svn.wordpress.org/trunk@49006 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3,8 +3,10 @@
|
||||
/**
|
||||
* Tests for `is_serialized_string()`.
|
||||
*
|
||||
* @group functions.php
|
||||
* @ticket 42870
|
||||
*
|
||||
* @group functions.php
|
||||
* @covers ::is_serialized_string
|
||||
*/
|
||||
class Tests_Functions_IsSerializedString extends WP_UnitTestCase {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user