mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-28 14:59:49 -05:00
Cleanup acceptance tests (#6195)
This commit is contained in:
@@ -18,20 +18,9 @@ require_once 'bootstrap.php';
|
||||
* Defines application features from the specific context.
|
||||
*/
|
||||
class NotificationContext implements Context {
|
||||
/**
|
||||
* @var FeatureContext
|
||||
*/
|
||||
private $featureContext;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
private FeatureContext $featureContext;
|
||||
private string $notificationEndpointPath = '/apps/notifications/api/v1/notifications?format=json';
|
||||
|
||||
/**
|
||||
* @var array[]
|
||||
*/
|
||||
private $notificationIds;
|
||||
private array $notificationIds;
|
||||
|
||||
/**
|
||||
* @return array[]
|
||||
|
||||
Reference in New Issue
Block a user