function SortTest::setUp

File

core/tests/Drupal/Tests/PhpCs/SortTest.php, line 25

Class

SortTest
Tests that phpcs.xml.dist is properly sorted.

Namespace

Drupal\Tests\PhpCs

Code

protected function setUp() : void {
  $this->filePath = __DIR__ . '/../../../../../core/phpcs.xml.dist';
}

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