mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 23:02:41 +01:00
Use array_mergev() in Phutil test engine
Test Plan: This diff. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3491
This commit is contained in:
parent
f5bb4177c3
commit
fefa9e2d72
1 changed files with 1 additions and 5 deletions
|
@ -131,11 +131,7 @@ final class PhutilUnitTestEngine extends ArcanistBaseUnitTestEngine {
|
||||||
$results[] = $test_case->run();
|
$results[] = $test_case->run();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$results = array_mergev($results);
|
||||||
if ($results) {
|
|
||||||
$results = call_user_func_array('array_merge', $results);
|
|
||||||
}
|
|
||||||
|
|
||||||
return $results;
|
return $results;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue