From 5d3fdf4f78dc3889da5b450f7d96e14f3768841e Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Wed, 14 Dec 2016 22:39:58 +0900 Subject: [PATCH] Skip test on Travis because of recent PHP upgrade --- tests/PhpSpreadsheetTests/SampleTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/PhpSpreadsheetTests/SampleTest.php b/tests/PhpSpreadsheetTests/SampleTest.php index d85b0465..e6d75f3b 100644 --- a/tests/PhpSpreadsheetTests/SampleTest.php +++ b/tests/PhpSpreadsheetTests/SampleTest.php @@ -24,6 +24,7 @@ class SampleTest extends \PHPUnit_Framework_TestCase '07 Reader PCLZip', // Xlsx cannot load file, leading to OpenOffice trying to and crashing. This is a bug that should be fixed '20 Read Ods with PCLZip', // Crash: Call to undefined method \PhpOffice\PhpSpreadsheet\Shared\ZipArchive::statName() '21 Pdf', // for now we don't have 3rdparty libs to tests PDF, but it should be added + '06 Largescale with cellcaching sqlite3', // Travis started crashing after they upgraded from PHP 7.0.13 to 7.0.14, so we disable it for now ]; // Unfortunately some tests are too long be ran with code-coverage