Closed bartfeenstra closed 9 years ago
:+1: . I guess every previous ZombieDriver usage was having this extension installed.
That failure seems unrelated... Does it look familiar to you?
Failure seems to be a random one because it failed only for PHP 5.3 and error comes from Zombie that isn't PHP-related. I've restarted that particular Travis job and I guess it will pass.
Now all is green, as I've expected.
Bump.
thanks
That was quick. Thanks!
Behat\Mink\Driver\NodeJS\Connection
callssocket_create
, which is part of PHP's sockets extension. Because Composer does not check for this dependency, this code can be executed and fail on systems that don't have the extension.