Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / mikey179 / vfsStream / src / test / php / org / bovigo / vfs / vfsStreamWrapperLargeFileTestCase.php
index ca1a3f51c3a6688bd84e04cf58ff0cde8d801d42..b3dd9b6556d5ad1128fda68e74f739c05b80fdbe 100644 (file)
@@ -42,6 +42,10 @@ class vfsStreamWrapperLargeFileTestCase extends \PHPUnit_Framework_TestCase
      */
     public function hasLargeFileSize()
     {
+        if (PHP_INT_MAX == 2147483647) {
+            $this->markTestSkipped('Requires 64-bit version of PHP');
+        }
+
         $this->assertEquals(
                 100 * 1024 * 1024 * 1024,
                 filesize($this->largeFile->url())