From f6835d457f82a94a7bac12ea66156b72370610b7 Mon Sep 17 00:00:00 2001 From: wilsonge Date: Thu, 12 Sep 2019 17:41:30 +0100 Subject: [PATCH] Debug --- RoboFile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/RoboFile.php b/RoboFile.php index 6d19740..16a62ec 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -430,6 +430,7 @@ class RoboFile extends Tasks if (!file_exists(dirname($this->configuration->cmsPath))) { $this->say("Cms path written in local configuration does not exists or is not readable"); + var_dump(sprintf('Path %s is unreadable', $this->configuration->cmsPath));die; return 'tests/joomla'; }