Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit 8407a6e

Browse files
810javigomez
authored andcommitted
Remove curl check (#101)
We don't need it.
1 parent bbf40d3 commit 8407a6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

RoboFile.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ public function createTestingSite($useHtaccess = false)
185185
$this->_copy('./htaccess.txt', $this->cmsPath . '/.htaccess');
186186
$this->_exec('sed -e "s,# RewriteBase /,RewriteBase /tests/codeception/joomla-cms3/,g" -in-place tests/codeception/joomla-cms3/.htaccess');
187187
}
188-
189-
$this->taskExec('curl -I http://localhost/tests/joomla-cms3/')->printed(true)->run();
190188
}
191189

192190
/**

0 commit comments

Comments
 (0)