diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-08-12 18:02:39 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-08-12 18:02:45 +0200 |
commit | 5ab89da146929734a39c7a55619b8bf8298ab832 (patch) | |
tree | 48746c1320b274f3c00f7c45aa7e512743e1ef75 /.gitignore | |
parent | 1fc29c6029cfa8c7dce5535ff9cfb2daaa6427e0 (diff) |
implement phpunit integration tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ /vendor/ +/.phpunit.cache/ + .env credentials.json |