[$testPath], '.env.testing' => [$testPath], '.env.local' => [$testPath], '.env.*.local' => [$testPath], 'docker-compose.yml' => [$testPath], 'docker-compose.yaml' => [$testPath], 'phpunit.xml.dist' => [$testPath], $testPath.'/Pest.php' => [$testPath], $testPath.'/Datasets/**/*.php' => [$testPath], $testPath.'/Fixtures/**/*' => [$testPath], $testPath.'/**/Fixtures/**/*' => [$testPath], $testPath.'/.pest/snapshots/**/*.snap' => [$testPath], ]; } }