Page MenuHomePhabricator

D10171.diff
No OneTemporary

D10171.diff

diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php
--- a/src/__phutil_library_map__.php
+++ b/src/__phutil_library_map__.php
@@ -5055,6 +5055,7 @@
'PhabricatorFlaggableInterface',
'PhabricatorTokenReceiverInterface',
'PhabricatorProjectInterface',
+ 'PhabricatorDestructibleInterface',
),
'PhabricatorSlowvotePollController' => 'PhabricatorSlowvoteController',
'PhabricatorSlowvotePollPHIDType' => 'PhabricatorPHIDType',
diff --git a/src/infrastructure/testing/PhabricatorTestCase.php b/src/infrastructure/testing/PhabricatorTestCase.php
--- a/src/infrastructure/testing/PhabricatorTestCase.php
+++ b/src/infrastructure/testing/PhabricatorTestCase.php
@@ -110,6 +110,12 @@
'phabricator.application-settings',
array());
+ // We can't stub this service right now, and it's not generally useful
+ // to publish notifications about test execution.
+ $this->env->overrideEnvConfig(
+ 'notification.enabled',
+ false);
+
// TODO: Remove this when we remove "releeph.installed".
$this->env->overrideEnvConfig('releeph.installed', true);
}

File Metadata

Mime Type
text/plain
Expires
Fri, Oct 25, 5:12 AM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6728682
Default Alt Text
D10171.diff (1 KB)

Event Timeline