File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ public function testRecord() {
402
402
$ response = new BandwidthLib \Voice \Bxml \Response ();
403
403
$ response ->addVerb ($ record );
404
404
405
- $ expectedXml = '<?xml version="1.0" encoding="UTF-8"?><Response><Record recordCompleteUrl="https://myapp.com/nextBXML" maxDuration="10" recordCompleteFallbackUrl="https://test.com" recordCompleteFallbackMethod="GET" fallbackUsername="fuser" fallbackPassword="fpass" delectLanguage="true "/></Response> ' ;
405
+ $ expectedXml = '<?xml version="1.0" encoding="UTF-8"?><Response><Record recordCompleteUrl="https://myapp.com/nextBXML" maxDuration="10" detectLanguage="true" recordCompleteFallbackUrl="https://test.com" recordCompleteFallbackMethod="GET" fallbackUsername="fuser" fallbackPassword="fpass"/></Response> ' ;
406
406
$ responseXml = $ response ->toBxml ();
407
407
$ this ->assertEquals ($ expectedXml , $ responseXml );
408
408
}
You can’t perform that action at this time.
0 commit comments