public function BambooTwigRenderTest::testForm in Bamboo Twig 8.5
Same name and namespace in other branches
- 8.2 tests/src/Functional/BambooTwigRenderTest.php \Drupal\Tests\bamboo_twig\Functional\BambooTwigRenderTest::testForm()
- 8.3 tests/src/Functional/BambooTwigRenderTest.php \Drupal\Tests\bamboo_twig\Functional\BambooTwigRenderTest::testForm()
- 8.4 tests/src/Functional/BambooTwigRenderTest.php \Drupal\Tests\bamboo_twig\Functional\BambooTwigRenderTest::testForm()
@covers Drupal\bamboo_twig_loader\TwigExtension\Render::renderForm
File
- tests/
src/ Functional/ BambooTwigRenderTest.php, line 325
Class
- BambooTwigRenderTest
- Tests Renders twig filters and functions.
Namespace
Drupal\Tests\bamboo_twig\FunctionalCode
public function testForm() {
$this
->drupalGet('/bamboo-twig-render');
$this
->assertSession()
->elementExists('css', '.test-render div.render-form');
$this
->assertSession()
->elementExists('css', '.test-render div.render-form form.system-cron-settings');
}