mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-08 04:20:59 -05:00
Removed use of occContext
This commit is contained in:
@@ -158,7 +158,6 @@ default:
|
|||||||
contexts:
|
contexts:
|
||||||
- SpacesContext:
|
- SpacesContext:
|
||||||
- FeatureContext: *common_feature_context_params
|
- FeatureContext: *common_feature_context_params
|
||||||
- OccContext:
|
|
||||||
- WebDavPropertiesContext:
|
- WebDavPropertiesContext:
|
||||||
- FavoritesContext:
|
- FavoritesContext:
|
||||||
- ChecksumContext:
|
- ChecksumContext:
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -39,12 +39,6 @@ class PublicWebDavContext implements Context {
|
|||||||
*/
|
*/
|
||||||
private $featureContext;
|
private $featureContext;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @var OccContext
|
|
||||||
*/
|
|
||||||
private $occContext;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @When /^the public downloads the last public link shared file with range "([^"]*)" using the (old|new) public WebDAV API$/
|
* @When /^the public downloads the last public link shared file with range "([^"]*)" using the (old|new) public WebDAV API$/
|
||||||
*
|
*
|
||||||
@@ -1592,7 +1586,6 @@ class PublicWebDavContext implements Context {
|
|||||||
$environment = $scope->getEnvironment();
|
$environment = $scope->getEnvironment();
|
||||||
// Get all the contexts you need in this context
|
// Get all the contexts you need in this context
|
||||||
$this->featureContext = $environment->getContext('FeatureContext');
|
$this->featureContext = $environment->getContext('FeatureContext');
|
||||||
$this->occContext = $environment->getContext('OccContext');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -39,12 +39,6 @@ class TrashbinContext implements Context {
|
|||||||
*/
|
*/
|
||||||
private $featureContext;
|
private $featureContext;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @var OccContext
|
|
||||||
*/
|
|
||||||
private $occContext;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @When user :user empties the trashbin using the trashbin API
|
* @When user :user empties the trashbin using the trashbin API
|
||||||
*
|
*
|
||||||
@@ -1088,7 +1082,6 @@ class TrashbinContext implements Context {
|
|||||||
$environment = $scope->getEnvironment();
|
$environment = $scope->getEnvironment();
|
||||||
// Get all the contexts you need in this context
|
// Get all the contexts you need in this context
|
||||||
$this->featureContext = $environment->getContext('FeatureContext');
|
$this->featureContext = $environment->getContext('FeatureContext');
|
||||||
$this->occContext = $environment->getContext('OccContext');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user