We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0b6c6 commit 693144cCopy full SHA for 693144c
src/Codeception/Module/REST.php
@@ -1433,22 +1433,6 @@ public function dontSeeBinaryResponseEquals($hash, $algo = 'md5')
1433
$this->assertNotEquals($hash, $responseHash);
1434
}
1435
1436
- /**
1437
- * Deprecated since 2.0.9 and removed since 2.1.0
1438
- *
1439
- * @param $path
1440
- * @throws ModuleException
1441
- * @deprecated
1442
- */
1443
- public function grabDataFromJsonResponse($path)
1444
- {
1445
- throw new ModuleException(
1446
- $this,
1447
- "This action was deprecated in Codeception 2.0.9 and removed in 2.1. "
1448
- . "Please use `grabDataFromResponseByJsonPath` instead"
1449
- );
1450
- }
1451
-
1452
/**
1453
* Prevents automatic redirects to be followed by the client
1454
*
0 commit comments