From 1c712bb7c77d714e5749a3b07edd2042e063aa22 Mon Sep 17 00:00:00 2001 From: Jasper Tey Date: Mon, 2 Sep 2024 17:12:49 -0400 Subject: [PATCH] Attempt skipping Install test to see if causes random failures elsewhere. --- tests/Command/InstallTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Command/InstallTest.php b/tests/Command/InstallTest.php index df49882..693c6f5 100644 --- a/tests/Command/InstallTest.php +++ b/tests/Command/InstallTest.php @@ -1,7 +1,10 @@ skip('Seems to cause autoload tests to fail if this is run before them'); + it('publishes config', function () { $path = config_path('ddd.php');