From 2e94abab55b3538d2c67235bd7b2e5921c5c32a3 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 10 Jan 2021 20:00:09 +0000 Subject: [PATCH] Add some additional empty tests to fill in later --- .../blog/tests/src/Kernel/PushToSocialMediaTest.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web/modules/custom/blog/tests/src/Kernel/PushToSocialMediaTest.php b/web/modules/custom/blog/tests/src/Kernel/PushToSocialMediaTest.php index 98d33e6..ff83ec8 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();