test_support-1.0.x-dev/tests/src/Kernel/Support/__fixtures__/settings/fixture.settings.php
tests/src/Kernel/Support/__fixtures__/settings/fixture.settings.php
<?php $testVariable = 'example_test_variable'; /** @phpstan-ignore-next-line */ $undefinedVariable['app_root'] = $app_root; $settings['config_sync_directory'] = '/test/config/directory';
