diff --git a/.gitignore b/.gitignore index 60b5dba..014e674 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /vendor/ /composer.lock /examples/vendor/ -/.phpunit.result.cache +/.phpunit.cache diff --git a/tests/IntegrationTest.php b/tests/IntegrationTest.php index abaeb5e..24dd9b5 100644 --- a/tests/IntegrationTest.php +++ b/tests/IntegrationTest.php @@ -86,7 +86,7 @@ public function testAuth(string $dir): void */ public static function vectors(): array { - $dirs = glob('tests/integration/*'); + $dirs = glob(__DIR__ . '/integration/*'); assert($dirs !== false); $out = []; foreach ($dirs as $dir) {