You are here

protected property PathautoSettingsFormWebTest::$defaultPunctuations in Pathauto 8

Punctuation form items with default values.

Type: array

File

tests/src/Functional/PathautoSettingsFormWebTest.php, line 58

Class

PathautoSettingsFormWebTest
Tests pathauto settings form.

Namespace

Drupal\Tests\pathauto\Functional

Code

protected $defaultPunctuations = [
  'punctuation[double_quotes]' => '0',
  'punctuation[quotes]' => '0',
  'punctuation[backtick]' => '0',
  'punctuation[comma]' => '0',
  'punctuation[period]' => '0',
  'punctuation[hyphen]' => '1',
  'punctuation[underscore]' => '0',
  'punctuation[colon]' => '0',
  'punctuation[semicolon]' => '0',
  'punctuation[pipe]' => '0',
  'punctuation[left_curly]' => '0',
  'punctuation[left_square]' => '0',
  'punctuation[right_curly]' => '0',
  'punctuation[right_square]' => '0',
  'punctuation[plus]' => '0',
  'punctuation[equal]' => '0',
  'punctuation[asterisk]' => '0',
  'punctuation[ampersand]' => '0',
  'punctuation[percent]' => '0',
  'punctuation[caret]' => '0',
  'punctuation[dollar]' => '0',
  'punctuation[hash]' => '0',
  'punctuation[exclamation]' => '0',
  'punctuation[tilde]' => '0',
  'punctuation[left_parenthesis]' => '0',
  'punctuation[right_parenthesis]' => '0',
  'punctuation[question_mark]' => '0',
  'punctuation[less_than]' => '0',
  'punctuation[greater_than]' => '0',
  'punctuation[slash]' => '0',
  'punctuation[back_slash]' => '0',
];