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
这个提交包含在:
Joshua Spence 2015-08-11 07:04:16 +10:00
父节点 b4e038d2af
当前提交 bcdb7e9a2c
共有 2 个文件被更改,包括 8 次插入1 次删除

查看文件

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

8
.arcunit 普通文件
查看文件

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