protected function SortTest::setUp in Drupal 10
Same name in this branch
- 10 core/tests/Drupal/Tests/PhpCs/SortTest.php \Drupal\Tests\PhpCs\SortTest::setUp()
- 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\PhpCsCode
protected function setUp() : void {
$this->filePath = __DIR__ . '/../../../../../core/phpcs.xml.dist';
}