From 53b31fa9f103d8262b7c1d28c5714238902e5081 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 10 Feb 2022 13:36:09 +0100 Subject: Move python library load to init and fix build Signed-off-by: jwijenbergh --- wrappers/php/tests/DiscoveryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/php/tests/DiscoveryTest.php') diff --git a/wrappers/php/tests/DiscoveryTest.php b/wrappers/php/tests/DiscoveryTest.php index 0653eaa..9a3e14c 100644 --- a/wrappers/php/tests/DiscoveryTest.php +++ b/wrappers/php/tests/DiscoveryTest.php @@ -8,7 +8,7 @@ use PHPUnit\Framework\TestCase; class DiscoveryTest extends TestCase { - private const TEST_DATA_DIR = '../../test_data'; + private const TEST_DATA_DIR = '../../src/test_data'; public static function setUpBeforeClass(): void { -- cgit v1.2.3