protected function InsertFileTestBase::gotoInsertConfig in Insert 8.2
Return value
\Behat\Mink\Element\DocumentElement
6 calls to InsertFileTestBase::gotoInsertConfig()
- InsertColorboxTest::testGallery in modules/
insert_colorbox/ tests/ src/ FunctionalJavaScript/ InsertColorboxTest.php - InsertColorboxTest::testLinkWidgetSetting in modules/
insert_colorbox/ tests/ src/ FunctionalJavaScript/ InsertColorboxTest.php - InsertFileTest::testAbsoluteUrlSetting in tests/
src/ FunctionalJavaScript/ InsertFileTest.php - InsertFileTest::testAdditionalCssClassesSetting in tests/
src/ FunctionalJavaScript/ InsertFileTest.php - InsertFileTest::testInsertImagePerFileField in tests/
src/ FunctionalJavaScript/ InsertFileTest.php
File
- tests/
src/ FunctionalJavaScript/ InsertFileTestBase.php, line 58
Class
Namespace
Drupal\Tests\insert\FunctionalJavascriptCode
protected function gotoInsertConfig() {
$this
->drupalGet('admin/config/content/insert');
return $this
->getSession()
->getPage();
}