diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-02-10 13:36:09 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-04-05 12:26:10 +0200 |
| commit | 53b31fa9f103d8262b7c1d28c5714238902e5081 (patch) | |
| tree | 5aa56e5e756f33f3753f5b5b4decdefe4782db61 /wrappers/php | |
| parent | 23e63807085b13a9b221c3374d05099559583011 (diff) | |
Move python library load to init and fix build
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
Diffstat (limited to 'wrappers/php')
| -rw-r--r-- | wrappers/php/tests/DiscoveryTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
