vipsoft / DoctrineDataFixturesExtension

Doctrine Data Fixtures Extension for Behat
MIT License
21 stars 35 forks source link

Fix empty password using interactive shell #42

Closed boekkooi closed 9 years ago

boekkooi commented 9 years ago

This PR fixes a problem where a empty password triggers the mysql commands to request the password

boekkooi commented 9 years ago

@vipsoft @robocoder Any chance to get this merged because the bundle is unusable on travis

robocoder commented 9 years ago

I would prefer strlen over !empty.

boekkooi commented 9 years ago

@robocoder Fixed

boekkooi commented 9 years ago

@robocoder Thanks!