Return a token with the name of two guests
This commit is contained in:
parent
487190cb12
commit
bc3f3dd3e5
2 changed files with 9 additions and 0 deletions
|
@ -44,6 +44,7 @@ class PodcastTokenTest extends BrowserTestBase {
|
|||
public function podcastNodeProvider(): \Generator {
|
||||
return [
|
||||
yield 'Single guest' => [['Matt Glaman'], 'Matt Glaman'],
|
||||
yield 'Two guests' => [['Emma Horrell', 'Luke McCormick'], 'Emma Horrell and Luke McCormick'],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue