1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-08 03:08:42 +02:00
phorge-arcanist/.arcunit
Joshua Spence 59698df856 Rough version of configuration driven unit test engine
Summary: Ref T5568. As discussed in IRC. This is very rough and not widely useable, but represents a solid first step.

Test Plan: Ran `arc unit` with a bunch of flags.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: rfreebern, aripringle, jaydiablo, BYK, tycho.tatitscheff, epriestley, Korvin

Maniphest Tasks: T5568

Differential Revision: https://secure.phabricator.com/D13579
2015-08-11 06:54:16 +10:00

9 lines
98 B
Text

{
"engines": {
"phutil": {
"type": "phutil",
"include": "(\\.php$)"
}
}
}