From 49142eb6e5f6eb1a30755ec9f37484098ba3387b Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 7 Jan 2021 08:55:15 +0100 Subject: [PATCH] use relative dir for sources for phpunit --- test/php/phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/php/phpunit.xml b/test/php/phpunit.xml index bc07177c..8764d49e 100644 --- a/test/php/phpunit.xml +++ b/test/php/phpunit.xml @@ -19,7 +19,7 @@ - ./lib/ + ../../lib/ -- 2.39.5