You are here

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

Same name and namespace in other branches
  1. 7 tests/search_by_page.test \SearchByPageIntlTest::strings_to_test

File

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

Class

SearchByPageIntlTest
Environment internationalization test.

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',
);