dev/core#2568 Enotice fix + test
[civicrm-core.git] / tests / phpunit / CRM / Contribute / Form / Task / StatusTest.php
index 4b2ce0c1dfaf2006e4488d146a659560765da639..48b86b3cd777ab875204a740888cac0f940d52de 100644 (file)
@@ -26,8 +26,12 @@ class CRM_Contribute_Form_Task_StatusTest extends CiviUnitTestCase {
 
   /**
    * Test update pending contribution with sending a confirmation mail.
+   *
+   * @throws \CiviCRM_API3_Exception
+   * @throws \CRM_Core_Exception
+   * @throws \Exception
    */
-  public function testUpdatePendingContributionWithSendingEmail() {
+  public function testUpdatePendingContributionWithSendingEmail(): void {
     $this->_individualId = $this->individualCreate();
     $form = new CRM_Contribute_Form_Task_Status();