Add a placeholder test, mark as skipped

References #344
This commit is contained in:
Oliver Davies 2021-01-13 08:53:28 +00:00
parent 661c26dcec
commit 17179fbfe4

View file

@ -33,6 +33,11 @@ final class RelatedPostsTest extends PostTestBase {
$this->assertSame('Post B', $relatedPosts->first()->label());
}
/** @test */
public function unpublished_posts_are_not_returned(): void {
$this->markTestSkipped();
}
/** @test */
public function it_returns_an_empty_collection_if_there_are_no_related_posts(): void {
$postA = $this->postFactory