mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
In Arcanist, ignore extensions when unit testing the library map
Summary: See D9834. Arcanist version. Test Plan: See D9834. Reviewers: joshuaspence Reviewed By: joshuaspence Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D9835
This commit is contained in:
parent
9bac06cf60
commit
ac73fb8cbd
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ final class ArcanistInfrastructureTestCase extends ArcanistTestCase {
|
|||
->buildMap();
|
||||
|
||||
$bootloader = PhutilBootloader::getInstance();
|
||||
$old_library_map = $bootloader->getLibraryMap('arcanist');
|
||||
$old_library_map = $bootloader->getLibraryMapWithoutExtensions('arcanist');
|
||||
unset($old_library_map[PhutilLibraryMapBuilder::LIBRARY_MAP_VERSION_KEY]);
|
||||
|
||||
$this->assertEqual(
|
||||
|
|
Loading…
Reference in a new issue