$this->expectException(PaymentException::class); $this->expectExceptionMessage('The asynchronous payment process was interrupted due to the following error:' . \PHP_EOL . 'Invalid app response'); if(!Feature::isActive('v6.6.0.0')){ $this->expectException(AsyncPaymentProcessException::class); }