From 81c17a332649f12b0ad24ed58087f9adf9d84e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no> Date: Fri, 6 Dec 2019 15:20:46 +0100 Subject: [PATCH] Exclude the old SimpleSAML/Auth/LDAP class from code coverage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaime PeĚrez Crespo <jaime.perez@uninett.no> --- phpunit.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml b/phpunit.xml index bd3d87407..4a7750b5f 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -22,6 +22,7 @@ <directory>./vendor/</directory> <directory>./tests/</directory> <file>./lib/SimpleSAML/Utils/HttpAdapter.php</file> + <file>./lib/SimpleSAML/Auth/LDAP.php</file> </exclude> </whitelist> </filter> -- GitLab