Skip to content

Commit f269540

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: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin Maniphest Tasks: T5568 Differential Revision: https://secure.phabricator.com/D13851
1 parent e020e10 commit f269540

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.arcconfig

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"phabricator.uri": "https://secure.phabricator.com/",
3-
"unit.engine": "PhutilUnitTestEngine"
2+
"phabricator.uri": "https://secure.phabricator.com/"
43
}

.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)