joomla-projects / gsoc16_browser-automated-tests

Joomla GSoC16: Project VIII: Browser Automated Tests for Joomla! CMS(covering Users and Content features)
https://summerofcode.withgoogle.com/projects/#5724182314745856
GNU General Public License v2.0
9 stars 28 forks source link

Fix in the RoboFile in the env parameter #122

Closed yvesh closed 7 years ago

yvesh commented 7 years ago

Summary of Changes

Fixing a bug with newest Robo version

Changed ->arg('--env ' . $opts['env']) to ->env($opts['env'])

Testing Instructions

Confirm that robo run:tests is working

Documentation Changes Required

None

astridx commented 7 years ago

I tested this successfully.