protected property TypogrifySmartyPantsTest::$baseSettings in Typogrify 8
Base settings.
Type: array
File
- tests/
src/ Kernel/ TypogrifySmartyPantsTest.php, line 25
Class
- TypogrifySmartyPantsTest
- Test the application of the full package of Typogrify and SmartyPants.
Namespace
Drupal\Tests\typogrify\KernelCode
protected $baseSettings = [
'smartypants_enabled' => 1,
'smartypants_hyphens' => 2,
'wrap_ampersand' => 1,
'widont_enabled' => 1,
'wrap_abbr' => 0,
'wrap_caps' => 1,
'wrap_initial_quotes' => 1,
'hyphenate_shy' => 0,
'wrap_numbers' => 0,
'ligatures' => [],
'arrows' => [],
'quotes' => [],
];