mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Unit Tests: Change some @group annotations to @ticket.
git-svn-id: https://develop.svn.wordpress.org/trunk@37954 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -402,7 +402,7 @@ class Tests_Comment extends WP_UnitTestCase {
|
||||
}
|
||||
|
||||
/**
|
||||
* @group 27571
|
||||
* @ticket 27571
|
||||
*/
|
||||
public function test_post_properties_should_be_lazyloaded() {
|
||||
$c = self::factory()->comment->create( array( 'comment_post_ID' => self::$post_id ) );
|
||||
|
||||
Reference in New Issue
Block a user