We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a8a2d commit b984319Copy full SHA for b984319
tests/test-class-activitypub-post.php
@@ -16,6 +16,8 @@ public function test_to_array() {
16
17
\wp_trash_post( $post );
18
19
+ \sleep( 3 );
20
+
21
$activitypub_post = new \Activitypub\Model\Post( $post );
22
23
$this->assertEquals( $permalink, $activitypub_post->get_id() );
0 commit comments