function SortTest::testFileExists

Tests that the file exists.

File

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

Class

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

Namespace

Drupal\Tests\CSpell

Code

public function testFileExists() : void {
  $this->assertFileExists($this->filePath);
}

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