From c0852517aabdbad160e769bfc8e1a0cbdf6103d9 Mon Sep 17 00:00:00 2001 From: 810 Date: Sun, 11 Dec 2016 12:04:10 +0100 Subject: [PATCH] Remove curl check We don't need it. --- RoboFile.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/RoboFile.php b/RoboFile.php index b1f8aa7774..e79102c40d 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -185,8 +185,6 @@ public function createTestingSite($useHtaccess = false) $this->_copy('./htaccess.txt', $this->cmsPath . '/.htaccess'); $this->_exec('sed -e "s,# RewriteBase /,RewriteBase /tests/codeception/joomla-cms3/,g" -in-place tests/codeception/joomla-cms3/.htaccess'); } - - $this->taskExec('curl -I http://localhost/tests/joomla-cms3/')->printed(true)->run(); } /**