function SortTest::setUp

File

core/tests/Drupal/Tests/CSpell/SortTest.php, line 24

Class

SortTest
Tests that the dictionary.txt file is properly sorted.

Namespace

Drupal\Tests\CSpell

Code

protected function setUp() : void {
  $this->filePath = dirname(__DIR__, 5) . '/core/misc/cspell/dictionary.txt';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.