We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd814e2 commit bf5b0edCopy full SHA for bf5b0ed
src/PsrContextSpec.php
@@ -55,7 +55,7 @@ public function testShouldCreateQueueWithGivenName()
55
{
56
$context = $this->createContext();
57
58
- $queue = $context->createTopic('theName');
+ $queue = $context->createQueue('theName');
59
60
$this->assertInstanceOf(PsrQueue::class, $queue);
61
$this->assertSame('theName', $queue->getQueueName());
0 commit comments