/** * @see Behat\Mink\Driver\DriverInterface::stop() */ public function stop() { if (true === $this->started) { $this->browser->stop(); } $this->started = false; }
public static function tearDownAfterClass() { self::$browser->stop(); }