You are here

public property SearchByPageIntlTest::$strings_to_test in Search by Page 8

File

tests/src/Functional/search_by_page.test, line 2624
Tests for the Search by Page module. By Jennifer Hodgdon of Poplar ProductivityWare, www.poplarware.com

Class

SearchByPageIntlTest
Environment internationalization test.

Namespace

Drupal\Tests\search_by_page\Functional

Code

public $strings_to_test = array(
  'page_title' => 'Translated page title',
  'block_title' => 'Translated block title',
  'field_label' => 'Translated field label',
  'button_label' => 'Translated button label',
  'path_title' => 'Translated path title',
  'path_type' => 'Translated path type',
  'path_snippet' => 'Translated path snippet',
);