minkphp / MinkZombieDriver

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

Remove tough-cookie monkey patch and add testing for npm v3 #170

Closed arithmetric closed 8 years ago

arithmetric commented 8 years ago

This is an alternative PR to #168 based on discussion there.

Instead of fixing the loading of tough-cookie for npm v3, this removes the monkey patch for tough-cookie. The equivalent fix is part of a version of tough-cookie (v0.12.0) that is required by Zombie v2.0.0 and later. Zombie v2.0.0 or later is required by MinkZombieDriver.

This PR also fixes Travis CI testing for npm v3 (so that npm v3 is tested with Node.js 5).

stof commented 8 years ago

Thanks @arithmetric