Skip to content

Commit 397440f

Browse files
committed
Merge pull request #14 from ruudk/patch-1
Fixed missing ZombieServer instance in ZombieDriver
2 parents 14e17f3 + 42d116a commit 397440f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,9 @@ server setup - the driver will do all that for you automatically:
326326

327327
.. code-block:: php
328328
329-
$driver = new \Behat\Mink\Driver\ZombieDriver();
329+
$driver = new \Behat\Mink\Driver\ZombieDriver(
330+
new \Behat\Mink\Driver\NodeJS\Server\ZombieServer()
331+
);
330332
331333
If you want more control during driver initialization, like for example if you
332334
want to configure the driver to init the server on a specific port - use the

0 commit comments

Comments
 (0)