From eca96ad37d89b442ae4e0463ec8f7a5bee3007f1 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sun, 29 May 2022 11:25:38 +0200 Subject: Enable API testing (#1699) Enable API testing with local php server. This adds many tests for API v1.2, more still possible. Which increased the quality of news already. Signed-off-by: Benjamin Brahmer --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 44cf6f335..7f9ed3550 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,9 @@ js/*.xml .phpunit.result.cache site/ +#bats +tests/api/helpers/settings-override.bash + # python PKG-INFO *pyc -- cgit v1.2.3