Add some additional empty tests to fill in later
This commit is contained in:
parent
bbca137a83
commit
2e94abab55
|
@ -53,6 +53,16 @@ final class PushToSocialMediaTest extends EntityKernelTestBase {
|
||||||
$this->assertSame('Ignoring PHPCS sniffs within PHPUnit tests', $post->getTitle());
|
$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() {
|
protected function setUp() {
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue