You are here

public function LingotekAdvancedParsingFunctionalTest::testAdvancedAfterInstall in Lingotek Translation 7.2

Same name and namespace in other branches
  1. 7.3 tests/lingotek.advanced_parsing.test \LingotekAdvancedParsingFunctionalTest::testAdvancedAfterInstall()

Tests that the system state after install is set to "advanced" by default.

File

tests/lingotek.advanced_parsing.test, line 26
Declares LingotekAdvancedParsingFunctionalTest.

Class

LingotekAdvancedParsingFunctionalTest
A class containing tests related to advanced content parsing.

Code

public function testAdvancedAfterInstall() {
  $this
    ->assertTrue(variable_get('lingotek_advanced_parsing', FALSE), 'Advanced content parsing is enabled when the module is installed.');
}