You are here

public function PrepopulateFieldTest::testFieldsPrepopulate in Prepopulate 8.2

Test pre-populating fields.

Throws

\Behat\Mink\Exception\ResponseTextException

File

tests/src/Functional/PrepopulateFieldTest.php, line 89

Class

PrepopulateFieldTest
Field functionality tests of prepopulate.

Namespace

Drupal\Tests\prepopulate\Functional

Code

public function testFieldsPrepopulate() {
  foreach ($this
    ->allFields() as $input) {
    $this
      ->assertPrepopulate($input['query'], $input['expected']);
  }
}