You are here

protected function SortTest::setUp in Drupal 10

Same name in this branch
  1. 10 core/tests/Drupal/Tests/PhpCs/SortTest.php \Drupal\Tests\PhpCs\SortTest::setUp()
  2. 10 core/modules/jsonapi/tests/src/Unit/Query/SortTest.php \Drupal\Tests\jsonapi\Unit\Query\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';
}