parent
661c26dcec
commit
17179fbfe4
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue