Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15385442
D9844.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
919 B
Referenced Files
None
Subscribers
None
D9844.diff
View Options
diff --git a/src/__tests__/PhutilInfrastructureTestCase.php b/src/__tests__/PhutilInfrastructureTestCase.php
--- a/src/__tests__/PhutilInfrastructureTestCase.php
+++ b/src/__tests__/PhutilInfrastructureTestCase.php
@@ -17,7 +17,8 @@
* that all the library map is up-to-date.
*/
public function testLibraryMap() {
- $root = phutil_get_library_root('phutil');
+ $library = phutil_get_current_library_name();
+ $root = phutil_get_library_root($library);
$new_library_map = id(new PhutilLibraryMapBuilder($root))
->setQuiet(true)
@@ -25,7 +26,7 @@
->buildMap();
$bootloader = PhutilBootloader::getInstance();
- $old_library_map = $bootloader->getLibraryMapWithoutExtensions('phutil');
+ $old_library_map = $bootloader->getLibraryMapWithoutExtensions($library);
unset($old_library_map[PhutilLibraryMapBuilder::LIBRARY_MAP_VERSION_KEY]);
$this->assertEqual(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 15, 10:36 PM (1 w, 5 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7462526
Default Alt Text
D9844.diff (919 B)
Attached To
Mode
D9844: Minor change to `PhutilInfrastructureTestCase::testLibraryMap`
Attached
Detach File
Event Timeline
Log In to Comment