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 e1174ab commit 0a5a63eCopy full SHA for 0a5a63e
tests/BxmlTest.php
@@ -364,7 +364,7 @@ public function testStartStream() {
364
$response = new BandwidthLib\Voice\Bxml\Response();
365
$response->addVerb($startStream);
366
367
- $expectedXml = '<?xml version="1.0" encoding="UTF-8"?><Response><StartStream name="test" destination="https://url.com" streamEventMethod="POST" username="user" password="pass" streamEventUrl="https://url.com"/></Response>';
+ $expectedXml = '<?xml version="1.0" encoding="UTF-8"?><Response><StartStream destination="https://url.com" name="test" username="user" *** streamEventUrl="https://url.com" streamEventMethod="POST"/></Response>';
368
$responseXml = $response->toBxml();
369
$this->assertEquals($expectedXml, $responseXml);
370
}
0 commit comments