@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use the configuration driven unit test engine

Summary: Ref T5568. Use the very-new, very-beta `ArcanistConfigurationDrivenUnitTestEngine` unit test engine.

Test Plan: `arc unit`

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin

Maniphest Tasks: T5568

Differential Revision: https://secure.phabricator.com/D13853

+8 -1
-1
.arcconfig
··· 1 1 { 2 2 "phabricator.uri": "https://secure.phabricator.com/", 3 - "unit.engine": "PhutilUnitTestEngine", 4 3 "load": ["src/"] 5 4 }
+8
.arcunit
··· 1 + { 2 + "engines": { 3 + "phutil": { 4 + "type": "phutil", 5 + "include": "(\\.php$)" 6 + } 7 + } 8 + }