You are here

public function BambooTwigLoaderTest::testForm in Bamboo Twig 8

@covers Drupal\bamboo_twig_loaders\TwigExtension\Loader::loadForm

File

tests/src/Functional/BambooTwigLoadersTest.php, line 145

Class

BambooTwigLoaderTest
Tests Loaders twig filters and functions.

Namespace

Drupal\Tests\bamboo_twig\Functional

Code

public function testForm() {
  $this
    ->drupalGet('/bamboo-twig-loaders');
  $this
    ->assertElementPresent('.test-loaders div.loader-form');
  $this
    ->assertElementPresent('.test-loaders div.loader-form form.system-cron-settings');
}