From 7e8a9e855dafb62b9e1e3452f02768bd88a46e7f Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sun, 16 Feb 2025 01:16:38 +0100 Subject: [PATCH] tests: Add missing covers annotation Change-Id: I82e7adb0f8611379492a79234eca522978e8ed08 --- .phpcs.xml | 1 - test/phpunit/FixturesTest.php | 3 +++ test/phpunit/FunctionTest.php | 3 +++ test/phpunit/MapTest.php | 7 +++++++ test/phpunit/ParserTest.php | 3 +++ 5 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.phpcs.xml b/.phpcs.xml index 69acf276..cf62bb5e 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -9,7 +9,6 @@ - diff --git a/test/phpunit/FixturesTest.php b/test/phpunit/FixturesTest.php index 884f5f3b..040f8a86 100644 --- a/test/phpunit/FixturesTest.php +++ b/test/phpunit/FixturesTest.php @@ -1,5 +1,8 @@ [ diff --git a/test/phpunit/FunctionTest.php b/test/phpunit/FunctionTest.php index 3ce3000e..0e4c9340 100644 --- a/test/phpunit/FunctionTest.php +++ b/test/phpunit/FunctionTest.php @@ -1,5 +1,8 @@