Cleanup acceptance tests (#6195)

This commit is contained in:
Phil Davis
2023-05-02 17:25:56 +05:45
committed by GitHub
parent 332593d8bb
commit 9b9d88e7d6
24 changed files with 398 additions and 1021 deletions
@@ -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[]