You are here

protected property SearchEmbedFormTest::$submitCount in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/search/tests/src/Functional/SearchEmbedFormTest.php \Drupal\Tests\search\Functional\SearchEmbedFormTest::submitCount

Count of how many times the form has been submitted.

Type: int

File

core/modules/search/tests/src/Functional/SearchEmbedFormTest.php, line 36

Class

SearchEmbedFormTest
Verifies that a form embedded in search results works.

Namespace

Drupal\Tests\search\Functional

Code

protected $submitCount = 0;