Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13966409
D9326.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
697 B
Referenced Files
None
Subscribers
None
D9326.id.diff
View Options
diff --git a/src/applications/policy/__tests__/PhabricatorPolicyDataTestCase.php b/src/applications/policy/__tests__/PhabricatorPolicyDataTestCase.php
--- a/src/applications/policy/__tests__/PhabricatorPolicyDataTestCase.php
+++ b/src/applications/policy/__tests__/PhabricatorPolicyDataTestCase.php
@@ -14,10 +14,12 @@
$proj_a = id(new PhabricatorProject())
->setName('A')
->setAuthorPHID($author->getPHID())
+ ->setIcon('fa-briefcase')
->save();
$proj_b = id(new PhabricatorProject())
->setName('B')
->setAuthorPHID($author->getPHID())
+ ->setIcon('fa-briefcase')
->save();
$proj_a->setViewPolicy($proj_b->getPHID())->save();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 17, 7:56 AM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6721241
Default Alt Text
D9326.id.diff (697 B)
Attached To
Mode
D9326: Fix PhabricatorPolicyDataTestCase
Attached
Detach File
Event Timeline
Log In to Comment