Skip to content

Commit b984319

Browse files
committed
hooks will be ignored
1 parent 10a8a2d commit b984319

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test-class-activitypub-post.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ public function test_to_array() {
1616

1717
\wp_trash_post( $post );
1818

19+
\sleep( 3 );
20+
1921
$activitypub_post = new \Activitypub\Model\Post( $post );
2022

2123
$this->assertEquals( $permalink, $activitypub_post->get_id() );

0 commit comments

Comments
 (0)