Skip to content

Commit

Permalink
#14858 - Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Feb 25, 2020
1 parent 5116de6 commit 1a8a18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/Storage/Adapter/Stream/GetSetCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function storageAdapterStreamSetWithDots(UnitTester $I)
$target = outputDir() . 'ph-strm/in/de/x./12/32/13/21/.c/ac/';
$I->amInPath($target);
$I->openFile($filename);
$expected = 's:3:"ttl";i:3600;s:7:"content";s:25:"s:17:"Phalcon Framework";";}';
$expected = 's:3:"ttl";i:30;s:7:"content";s:25:"s:17:"Phalcon Framework";";}';

$I->seeInThisFile($expected);
$I->safeDeleteFile($target . $filename);
Expand Down

0 comments on commit 1a8a18d

Please sign in to comment.