Skip to content

Commit 7fd7c42

Browse files
committed
Add ticket reference
1 parent 0c5b9f1 commit 7fd7c42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/phpunit/tests/term/wpDeleteObjectTermRelationships.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ public function test_array_of_taxonomies() {
5454
$this->assertSameSets( array( $t2 ), $terms );
5555
}
5656

57+
/**
58+
* @ticket 64406
59+
*/
5760
public function test_delete_when_error() {
5861
$taxonomy_name = 'wptests_tax';
5962
register_taxonomy( $taxonomy_name, 'post' );

0 commit comments

Comments
 (0)