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 32b9cec commit 70128eaCopy full SHA for 70128ea
tests/BxmlTest.php
@@ -529,8 +529,8 @@ public function testStartTranscription() {
529
}
530
531
public function testStopTranscription() {
532
- $stopStream = new BandwidthLib\Voice\Bxml\StopTranscription();
533
- $stopStream->name("test");
+ $stopTranscription = new BandwidthLib\Voice\Bxml\StopTranscription();
+ $stopTranscription->name("test");
534
535
$response = new BandwidthLib\Voice\Bxml\Response();
536
$response->addVerb($stopTranscription);
0 commit comments