diff options
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 { |
