Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15410047
D13864.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
602 B
Referenced Files
None
Subscribers
None
D13864.diff
View Options
diff --git a/src/unit/engine/PhutilUnitTestEngine.php b/src/unit/engine/PhutilUnitTestEngine.php
--- a/src/unit/engine/PhutilUnitTestEngine.php
+++ b/src/unit/engine/PhutilUnitTestEngine.php
@@ -80,9 +80,11 @@
private function getAllTests() {
$project_root = $this->getWorkingCopy()->getProjectRoot();
- $symbols = id(new PhutilClassMapQuery())
+ $symbols = id(new PhutilSymbolLoader())
+ ->setType('class')
->setAncestorClass('PhutilTestCase')
- ->execute();
+ ->setConcreteOnly(true)
+ ->selectSymbolsWithoutLoading();
$in_working_copy = array();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 6:43 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7712700
Default Alt Text
D13864.diff (602 B)
Attached To
Mode
D13864: Fix `arc unit --everything`
Attached
Detach File
Event Timeline
Log In to Comment