Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15381152
D17595.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
529 B
Referenced Files
None
Subscribers
None
D17595.diff
View Options
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
@@ -128,6 +128,10 @@
$this->env->overrideEnvConfig('phabricator.silent', false);
$this->env->overrideEnvConfig('cluster.read-only', false);
+
+ $this->env->overrideEnvConfig(
+ 'maniphest.custom-field-definitions',
+ array());
}
protected function didRunTests() {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 15, 6:08 AM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7685106
Default Alt Text
D17595.diff (529 B)
Attached To
Mode
D17595: When running unit tests, ignore any custom task fields
Attached
Detach File
Event Timeline
Log In to Comment