Skip to content

Commit e1174ab

Browse files
Update BxmlTest.php
1 parent c8aa246 commit e1174ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BxmlTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ public function testStopStream() {
376376
$response = new BandwidthLib\Voice\Bxml\Response();
377377
$response->addVerb($stopStream);
378378

379-
$expectedXml = '<?xml version="1.0" encoding="UTF-8"?><Response><StopStream name="test/></Response>';
379+
$expectedXml = '<?xml version="1.0" encoding="UTF-8"?><Response><StopStream name="test"/></Response>';
380380
$responseXml = $response->toBxml();
381381
$this->assertEquals($expectedXml, $responseXml);
382382
}

0 commit comments

Comments
 (0)