1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-10-26 02:27:12 +02:00

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
This commit is contained in:
Joshua Spence 2015-08-11 07:04:16 +10:00
parent b4e038d2af
commit bcdb7e9a2c
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,4 @@
{ {
"phabricator.uri": "https://secure.phabricator.com/", "phabricator.uri": "https://secure.phabricator.com/",
"unit.engine": "PhutilUnitTestEngine",
"load": ["src/"] "load": ["src/"]
} }

8
.arcunit Normal file
View file

@ -0,0 +1,8 @@
{
"engines": {
"phutil": {
"type": "phutil",
"include": "(\\.php$)"
}
}
}