You are here

protected function TestCase::getAssertSession in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/behat/mink/driver-testsuite/tests/TestCase.php \Behat\Mink\Tests\Driver\TestCase::getAssertSession()

Returns assert session.

Return value

WebAssert

19 calls to TestCase::getAssertSession()
CheckboxTest::testCheckboxMultiple in vendor/behat/mink/driver-testsuite/tests/Form/CheckboxTest.php
ContentTest::testHtmlDecodingNotPerformed in vendor/behat/mink/driver-testsuite/tests/Basic/ContentTest.php
CookieTest::testSessionPersistsBetweenRequests in vendor/behat/mink/driver-testsuite/tests/Basic/CookieTest.php
EventsTest::testKeyboardEvents in vendor/behat/mink/driver-testsuite/tests/Js/EventsTest.php
@dataProvider provideKeyboardEventsModifiers
GeneralTest::testAdvancedForm in vendor/behat/mink/driver-testsuite/tests/Form/GeneralTest.php

... See full list

File

vendor/behat/mink/driver-testsuite/tests/TestCase.php, line 93

Class

TestCase

Namespace

Behat\Mink\Tests\Driver

Code

protected function getAssertSession() {
  return self::$mink
    ->assertSession('sess');
}