File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -997,7 +997,6 @@ protected function decodeAndValidateJson($jsonString, $errorFormat="Invalid json
997997 * @return string
998998 * @part json
999999 * @part xml
1000- * @version 1.1
10011000 */
10021001 public function grabResponse ()
10031002 {
@@ -1021,7 +1020,6 @@ public function grabResponse()
10211020 * @return array Array of matching items
10221021 * @throws \Exception
10231022 * @part json
1024- * @version 2.0.9
10251023 */
10261024 public function grabDataFromResponseByJsonPath ($ jsonPath )
10271025 {
@@ -1067,7 +1065,6 @@ public function grabDataFromResponseByJsonPath($jsonPath)
10671065 * ```
10681066 * @param string $xpath
10691067 * @part json
1070- * @version 2.0.9
10711068 */
10721069 public function seeResponseJsonMatchesXpath ($ xpath )
10731070 {
@@ -1134,7 +1131,6 @@ public function dontSeeResponseJsonMatchesXpath($xpath)
11341131 *
11351132 * @param string $jsonPath
11361133 * @part json
1137- * @version 2.0.9
11381134 */
11391135 public function seeResponseJsonMatchesJsonPath ($ jsonPath )
11401136 {
@@ -1259,7 +1255,6 @@ public function dontSeeResponseContainsJson($json = [])
12591255 * @param array $jsonType
12601256 * @param string $jsonPath
12611257 * @see JsonType
1262- * @version 2.1.3
12631258 */
12641259 public function seeResponseMatchesJsonType (array $ jsonType , $ jsonPath = null )
12651260 {
You can’t perform that action at this time.
0 commit comments