Skip to content

Commit 52bd9f0

Browse files
committed
this test is fragile on travis, let's see why
1 parent 743c680 commit 52bd9f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/standard/tests/file/disk_free_space_basic.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ var_dump( $space2 );
3535

3636
if( $space1 > $space2 )
3737
echo "\n Free Space Value Is Correct\n";
38-
else
38+
else {
3939
echo "\n Free Space Value Is Incorrect\n";
40+
var_dump($space1, $space2);
41+
}
4042

4143
echo "*** Testing with Binary Input ***\n";
4244
var_dump( disk_free_space(b"$file_path") );

0 commit comments

Comments
 (0)