We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b0a5a commit a74d6d3Copy full SHA for a74d6d3
tests/library/EngineBlock/Test/Corto/Module/BindingsTest.php
@@ -38,7 +38,7 @@ public function testResponseRedirectIsNotSupported()
38
*
39
* @dataProvider responseProvider
40
*/
41
- public function testInvalidNameId($xmlFile, $certificateFile)
+ public function testResponseVerifies($xmlFile, $certificateFile)
42
{
43
$xml2array = new EngineBlock_Corto_XmlToArray();
44
$xml = file_get_contents($xmlFile);
0 commit comments