File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1557,17 +1557,17 @@ public function dontSeeXmlResponseIncludes($xml): void
1557
1557
1558
1558
/**
1559
1559
* Checks if the hash of a binary response is exactly the same as provided.
1560
- * Parameter can be passed as any hash string supported by hash(), with an
1561
- * optional second parameter to specify the hash type, which defaults to md5 .
1560
+ * Parameter can be passed as any hash string supported by ` hash()` , with an
1561
+ * optional second parameter to specify the hash type, which defaults to sha1 .
1562
1562
*
1563
- * Example: Using md5 hash key
1563
+ * Example: Using sha1 hash key
1564
1564
*
1565
1565
* ```php
1566
1566
* <?php
1567
- * $I->seeBinaryResponseEquals("8c90748342f19b195b9c6b4eff742ded ");
1567
+ * $I->seeBinaryResponseEquals("df589122eac0f6a7bd8795436e692e3675cadc3b ");
1568
1568
* ```
1569
1569
*
1570
- * Example: Using md5 for a file contents
1570
+ * Example: Using sha1 for a file contents
1571
1571
*
1572
1572
* ```php
1573
1573
* <?php
@@ -1583,7 +1583,7 @@ public function dontSeeXmlResponseIncludes($xml): void
1583
1583
* ```
1584
1584
*
1585
1585
* @param string $hash the hashed data response expected
1586
- * @param string $algo the hash algorithm to use. Default md5 .
1586
+ * @param string $algo the hash algorithm to use. Default sha1 .
1587
1587
* @part json
1588
1588
* @part xml
1589
1589
*/
You can’t perform that action at this time.
0 commit comments