minkphp / MinkZombieDriver

Zombie.js driver for Mink framework
41 stars 49 forks source link

The "node_modules" path not validated during server construction #159

Closed aik099 closed 8 years ago

aik099 commented 8 years ago

The Behat\Mink\Driver\NodeJS\Server::setNodeModulesPath is validating given node_modules path. However if node_modules path is supplied through class constructor then no validation is made.

aik099 commented 8 years ago

PR created, ready for review.