function BookTest::testSettingsForm
Tests that the book settings form can be saved without error.
File
-
core/
modules/ book/ tests/ src/ Functional/ BookTest.php, line 731
Class
- BookTest
- Create a book, add pages, and test book interface.
Namespace
Drupal\Tests\book\FunctionalCode
public function testSettingsForm() {
$this->drupalLogin($this->adminUser);
$this->drupalGet('admin/structure/book/settings');
$this->submitForm([], 'Save configuration');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.