From b3d4ecf6a32e0e3d842d5af91079bbe26bb9164e Mon Sep 17 00:00:00 2001 From: Francesco Abeni Date: Thu, 29 Oct 2015 11:14:35 +0100 Subject: [PATCH] Fix formatting --- RoboFile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/RoboFile.php b/RoboFile.php index c5a19e1..96ea812 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -158,6 +158,7 @@ class RoboFile extends \Robo\Tasks // Kill selenium server // $this->_exec('curl http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer'); } + /** * Creates a testing Joomla site for running the tests (use it before run:test) */