you need to shutdown the kernel. webtestcase extends kerneltestcase, which provides a static method self::ensurekernelshutdown().
webtestcase extends kerneltestcase
self::ensurekernelshutdown()
call this before creating the clients.
this is indeed still missing from the documentation.
you need to shutdown the kernel.
webtestcase extends kerneltestcase
, which provides a static methodself::ensurekernelshutdown()
.call this before creating the clients.
this is indeed still missing from the documentation.