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 c8aa246 commit e1174abCopy full SHA for e1174ab
tests/BxmlTest.php
@@ -376,7 +376,7 @@ public function testStopStream() {
376
$response = new BandwidthLib\Voice\Bxml\Response();
377
$response->addVerb($stopStream);
378
379
- $expectedXml = '<?xml version="1.0" encoding="UTF-8"?><Response><StopStream name="test/></Response>';
+ $expectedXml = '<?xml version="1.0" encoding="UTF-8"?><Response><StopStream name="test"/></Response>';
380
$responseXml = $response->toBxml();
381
$this->assertEquals($expectedXml, $responseXml);
382
}
0 commit comments