Update RoboFile.php

This commit is contained in:
kshitij sharma 2015-10-30 14:32:55 +01:00
parent 46f42ceb73
commit 6bacebcaff
1 changed files with 0 additions and 3 deletions

View File

@ -150,9 +150,6 @@ class RoboFile extends \Robo\Tasks
->arg('--debug')
->run()
->stopOnFail();
// Kill selenium server
// $this->_exec('curl http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer');
}
/**