Skip to content

Commit

Permalink
Remove curl check (joomla#101)
Browse files Browse the repository at this point in the history
We don't need it.
  • Loading branch information
810 authored and javigomez committed Dec 11, 2016
1 parent bbf40d3 commit 8407a6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

/**
Expand Down

0 comments on commit 8407a6e

Please sign in to comment.