Skip test on Travis because of recent PHP upgrade

This commit is contained in:
Adrien Crivelli 2016-12-14 22:39:58 +09:00
parent a5c21a7b43
commit 5d3fdf4f78
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 1 additions and 0 deletions

View File

@ -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