diff --git a/web/modules/custom/blog/tests/src/Kernel/PushToSocialMediaTest.php b/web/modules/custom/blog/tests/src/Kernel/PushToSocialMediaTest.php index 98d33e6cd..ff83ec8a0 100644 --- a/web/modules/custom/blog/tests/src/Kernel/PushToSocialMediaTest.php +++ b/web/modules/custom/blog/tests/src/Kernel/PushToSocialMediaTest.php @@ -53,6 +53,16 @@ final class PushToSocialMediaTest extends EntityKernelTestBase { $this->assertSame('Ignoring PHPCS sniffs within PHPUnit tests', $post->getTitle()); } + /** @test */ + public function it_queues_a_post_when_it_is_updated(): void { + $this->markTestSkipped(); + } + + /** @test */ + public function it_pushes_a_post_when_the_queue_is_processed(): void { + $this->markTestSkipped(); + } + protected function setUp() { parent::setUp();