hooks will be ignored

This commit is contained in:
Matthias Pfefferle 2022-12-27 16:06:41 +01:00
parent 10a8a2de1d
commit b984319f8f

View file

@ -16,6 +16,8 @@ class Test_Activitypub_Post extends WP_UnitTestCase {
\wp_trash_post( $post );
\sleep( 3 );
$activitypub_post = new \Activitypub\Model\Post( $post );
$this->assertEquals( $permalink, $activitypub_post->get_id() );