How to add an implicit wait in PHP-PHPUnit?

How can I add an implicit wait in PHP-PHPUnit?

Hello Macy,

To add an implicit wait in PHP-PHPUnit, pass the following code:

function setUpPage() {
    $this->timeouts()->implicitWait(25000);
}