Skip to content

Commit a74d6d3

Browse files
Issue #6 corrected test name
1 parent 49b0a5a commit a74d6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/library/EngineBlock/Test/Corto/Module/BindingsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function testResponseRedirectIsNotSupported()
3838
*
3939
* @dataProvider responseProvider
4040
*/
41-
public function testInvalidNameId($xmlFile, $certificateFile)
41+
public function testResponseVerifies($xmlFile, $certificateFile)
4242
{
4343
$xml2array = new EngineBlock_Corto_XmlToArray();
4444
$xml = file_get_contents($xmlFile);

0 commit comments

Comments
 (0)