diff --git a/.arcconfig b/.arcconfig
index e6aa540bd3..f0fa152929 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,5 +1,4 @@
 {
   "phabricator.uri": "https://secure.phabricator.com/",
-  "unit.engine": "PhutilUnitTestEngine",
   "load": ["src/"]
 }
diff --git a/.arcunit b/.arcunit
new file mode 100644
index 0000000000..860ee1aee2
--- /dev/null
+++ b/.arcunit
@@ -0,0 +1,8 @@
+{
+  "engines": {
+    "phutil": {
+      "type": "phutil",
+      "include": "(\\.php$)"
+    }
+  }
+}