protected function TestCase::tearDown in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/behat/mink/driver-testsuite/tests/TestCase.php \Behat\Mink\Tests\Driver\TestCase::tearDown()
File
- vendor/
behat/ mink/ driver-testsuite/ tests/ TestCase.php, line 62
Class
Namespace
Behat\Mink\Tests\DriverCode
protected function tearDown() {
if (null !== self::$mink) {
self::$mink
->resetSessions();
}
}