protected function TestCase::getAssertSession in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/behat/mink/driver-testsuite/tests/TestCase.php \Behat\Mink\Tests\Driver\TestCase::getAssertSession()
Returns assert session.
Return value
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
File
- vendor/
behat/ mink/ driver-testsuite/ tests/ TestCase.php, line 93
Class
Namespace
Behat\Mink\Tests\DriverCode
protected function getAssertSession() {
return self::$mink
->assertSession('sess');
}