Skip to content

Commit 693144c

Browse files
committed
Removed methods that were deprecated long time ago
1 parent 9b0b6c6 commit 693144c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/Codeception/Module/REST.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,22 +1433,6 @@ public function dontSeeBinaryResponseEquals($hash, $algo = 'md5')
14331433
$this->assertNotEquals($hash, $responseHash);
14341434
}
14351435

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-
14521436
/**
14531437
* Prevents automatic redirects to be followed by the client
14541438
*

0 commit comments

Comments
 (0)