We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0dcf6 commit 7a483b5Copy full SHA for 7a483b5
1 file changed
tests/Common/IntegrationTestCase.php
@@ -23,12 +23,12 @@ public static function ddSetUpBeforeClass()
23
$exts = get_loaded_extensions(false);
24
$csv = '';
25
foreach ($exts as $ext) {
26
- $csv = $csv . "ext/" . $ext . ";" . phpversion($ext) . "\n";
+ $csv = $csv . "ext-" . $ext . ";" . phpversion($ext) . "\n";
27
}
28
29
$zendExts = get_loaded_extensions(true);
30
foreach ($zendExts as $ext) {
31
32
33
34
$artifactsDir = "/tmp/artifacts";
0 commit comments