Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14010862
D9836.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
595 B
Referenced Files
None
Subscribers
None
D9836.diff
View Options
diff --git a/src/__tests__/PhabricatorInfrastructureTestCase.php b/src/__tests__/PhabricatorInfrastructureTestCase.php
--- a/src/__tests__/PhabricatorInfrastructureTestCase.php
+++ b/src/__tests__/PhabricatorInfrastructureTestCase.php
@@ -31,7 +31,8 @@
->buildMap();
$bootloader = PhutilBootloader::getInstance();
- $old_library_map = $bootloader->getLibraryMap('phabricator');
+ $old_library_map = $bootloader->getLibraryMapWithoutExtensions(
+ 'phabricator');
unset($old_library_map[PhutilLibraryMapBuilder::LIBRARY_MAP_VERSION_KEY]);
$this->assertEqual(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 1, 1:00 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6711102
Default Alt Text
D9836.diff (595 B)
Attached To
Mode
D9836: In Phabricator, disregard src/extensions for unit tests
Attached
Detach File
Event Timeline
Log In to Comment