hooks will be ignored
This commit is contained in:
parent
10a8a2de1d
commit
b984319f8f
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ class Test_Activitypub_Post extends WP_UnitTestCase {
|
||||||
|
|
||||||
\wp_trash_post( $post );
|
\wp_trash_post( $post );
|
||||||
|
|
||||||
|
\sleep( 3 );
|
||||||
|
|
||||||
$activitypub_post = new \Activitypub\Model\Post( $post );
|
$activitypub_post = new \Activitypub\Model\Post( $post );
|
||||||
|
|
||||||
$this->assertEquals( $permalink, $activitypub_post->get_id() );
|
$this->assertEquals( $permalink, $activitypub_post->get_id() );
|
||||||
|
|
Loading…
Reference in a new issue