We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14e17f3 + 42d116a commit 397440fCopy full SHA for 397440f
1 file changed
index.rst
@@ -326,7 +326,9 @@ server setup - the driver will do all that for you automatically:
326
327
.. code-block:: php
328
329
- $driver = new \Behat\Mink\Driver\ZombieDriver();
+ $driver = new \Behat\Mink\Driver\ZombieDriver(
330
+ new \Behat\Mink\Driver\NodeJS\Server\ZombieServer()
331
+ );
332
333
If you want more control during driver initialization, like for example if you
334
want to configure the driver to init the server on a specific port - use the
0 commit comments