Removed use of occContext

This commit is contained in:
Prarup Gurung
2023-03-01 15:25:57 +05:45
parent 166fe3ec30
commit b56fcd6677
4 changed files with 0 additions and 3353 deletions
@@ -39,12 +39,6 @@ class TrashbinContext implements Context {
*/
private $featureContext;
/**
*
* @var OccContext
*/
private $occContext;
/**
* @When user :user empties the trashbin using the trashbin API
*
@@ -1088,7 +1082,6 @@ class TrashbinContext implements Context {
$environment = $scope->getEnvironment();
// Get all the contexts you need in this context
$this->featureContext = $environment->getContext('FeatureContext');
$this->occContext = $environment->getContext('OccContext');
}
/**