We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0988554 + 2ecf94e commit 825174eCopy full SHA for 825174e
ext/standard/tests/file/disk_free_space_basic.phpt
@@ -1,5 +1,9 @@
1
--TEST--
2
Test disk_free_space and its alias diskfreespace() functions : basic functionality
3
+--SKIPIF--
4
+<?php
5
+if (getenv("TRAVIS") === "true") die("skip inaccurate on TravisCI");
6
+?>
7
--INI--
8
memory_limit=32M
9
--FILE--
0 commit comments