We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa24407 commit 971dbabCopy full SHA for 971dbab
.gitignore
@@ -1,4 +1,4 @@
1
/vendor/
2
/composer.lock
3
/examples/vendor/
4
-/.phpunit.result.cache
+/.phpunit.cache
tests/IntegrationTest.php
@@ -86,7 +86,7 @@ public function testAuth(string $dir): void
86
*/
87
public static function vectors(): array
88
{
89
- $dirs = glob('tests/integration/*');
+ $dirs = glob(__DIR__ . '/integration/*');
90
assert($dirs !== false);
91
$out = [];
92
foreach ($dirs as $dir) {
0 commit comments