diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 21:17:19 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 21:17:19 +0000 |
| commit | 8b88da364f7ba1988532bdfa4ecf09adc5c80ed6 (patch) | |
| tree | 6fe2a3fdf7eeedc376c24e708e8ca02da2369751 /.gitignore | |
| parent | 1750c3b988705790e6ad852905858b0e5f06aa55 (diff) | |
Tweak the PHPUnit config and fix a UrlHelper deprecation that was identified.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 9a0c6e9f0..249cb8c71 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,6 @@ Thumbs.db /lock/* /.vscode/settings.json /vendor/**/.git -/.phpunit.result.cache +/.phpunit.cache /.phpstan-tmp /.tools/ |