From d3f88ac1678a0cb38ecc6f5e52dcc87ee82ab453 Mon Sep 17 00:00:00 2001 From: jjergus Date: Wed, 16 Oct 2019 12:59:07 -0700 Subject: [PATCH] add missing 'tests/' to hh_autoload.json --- hh_autoload.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hh_autoload.json b/hh_autoload.json index 0f01449..28ea687 100644 --- a/hh_autoload.json +++ b/hh_autoload.json @@ -1,5 +1,5 @@ { "roots": ["src/"], - "devRoots": [], + "devRoots": ["tests/"], "devFailureHandler": "Facebook\\AutoloadMap\\HHClientFallbackHandler" }