Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 12, 2022
1 parent 9cba6c5 commit 96c5705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SafeStream/SafeStream.stress.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ for ($counter = 0; $counter < 3000; $counter++) {
}
}

var_export($hits);
//var_export($hits);
Assert::same($counter, $hits['ok'] + $hits['notfound']);
Assert::same(0, $hits['notsame'], 'file contents is damaged');
Assert::same(0, $hits['empty'], 'file hasn\'t been written yet');

0 comments on commit 96c5705

Please sign in to comment.