Page MenuHomePhabricator

D13864.id33490.diff
No OneTemporary

D13864.id33490.diff

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

Mime Type
text/plain
Expires
Fri, Oct 11, 7:17 PM (21 h, 47 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6695269
Default Alt Text
D13864.id33490.diff (602 B)

Event Timeline