From: Pierre Joye Date: Wed, 8 Jul 2009 10:00:45 +0000 (+0000) Subject: - MF53: fix test (mtime only is changed) X-Git-Tag: php-5.4.0alpha1~191^2~3138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=849b01a79c217964e10ef7211121581a6d4f9f40;p=php - MF53: fix test (mtime only is changed) --- diff --git a/ext/standard/tests/file/stat_variation8-win32.phpt b/ext/standard/tests/file/stat_variation8-win32.phpt index 48e09ec71a..2ed9170d06 100644 --- a/ext/standard/tests/file/stat_variation8-win32.phpt +++ b/ext/standard/tests/file/stat_variation8-win32.phpt @@ -52,7 +52,7 @@ var_dump( compare_self_stat($old_stat) ); var_dump( compare_self_stat($new_stat) ); // compare the stat -$affected_members = array(7, 8, 9, 'size', 'atime', 'mtime'); +$affected_members = array(7, 9, 'size', 'mtime'); var_dump( compare_stats($old_stat, $new_stat, $affected_members, '!=') ); // clear the stat