Skip to content

Commit bcdb7e9

Browse files
committed
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
1 parent b4e038d commit bcdb7e9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.arcconfig

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"phabricator.uri": "https://secure.phabricator.com/",
3-
"unit.engine": "PhutilUnitTestEngine",
43
"load": ["src/"]
54
}

.arcunit

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"engines": {
3+
"phutil": {
4+
"type": "phutil",
5+
"include": "(\\.php$)"
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)