File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
tests/acceptance/bootstrap Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -479,21 +479,3 @@ public function cleanUploadsSessions(): void {
479479 $ response = CliHelper::runCommand ($ body );
480480 Assert::assertEquals ("200 " , $ response ->getStatusCode (), "Failed to clean upload sessions " );
481481 }
482-
483- /**
484- * @When /^the administrator triggers "([^"]*)" email notifications using the CLI$/
485- *
486- * @param string $interval
487- *
488- * @return void
489- * @throws GuzzleException
490- */
491- public function theAdministratorTriggersEmailNotificationsUsingTheCLI (string $ interval ): void {
492- $ command = "notifications send-email -- $ interval " ;
493- $ body = [
494- "command " => $ command
495- ];
496-
497- $ this ->featureContext ->setResponse (CliHelper::runCommand ($ body ));
498- }
499- }
You can’t perform that action at this time.
0 commit comments