*/
private $tx;
+ /**
+ * @var \CRM_Core_TemporaryErrorScope|null
+ */
+ public $errorScope;
+
public function startTestSuite(\PHPUnit\Framework\TestSuite $suite) {
$byInterface = $this->indexTestsByInterface($suite->tests());
$this->validateGroups($byInterface);
*/
private $tx;
+ /**
+ * @var \CRM_Core_TemporaryErrorScope|null
+ */
+ public $errorScope;
+
public function startTestSuite(\PHPUnit_Framework_TestSuite $suite) {
$byInterface = $this->indexTestsByInterface($suite->tests());
$this->validateGroups($byInterface);