Skip to content

Commit d8df357

Browse files
Remove redundant implementation
1 parent d670c42 commit d8df357

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

tests/acceptance/bootstrap/CliContext.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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-
}

0 commit comments

Comments
 (0)