Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/zendframework/zendframework#6801-windows-unit-te…
Browse files Browse the repository at this point in the history
…sts-support' into develop

Close zendframework/zendframework#6801
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Compress/TarTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public function testSetModeShouldWorkWithCaseInsensitive()
$filter->setTarget(dirname(__DIR__).'/_files/zipextracted.txt');

foreach (array('GZ', 'Bz2') as $mode) {
$archive = dirname(__DIR__).'/_files/compressed.tar.'.strtolower($mode);
$archive = dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'compressed.tar.'.strtolower($mode);
$filter->setArchive($archive);
$filter->setMode($mode);
$content = $filter->compress('compress me');
Expand Down

0 comments on commit f88109f

Please sign in to comment.