Skip test on Travis because of recent PHP upgrade
This commit is contained in:
parent
a5c21a7b43
commit
5d3fdf4f78
|
@ -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
|
'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()
|
'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
|
'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
|
// Unfortunately some tests are too long be ran with code-coverage
|
||||||
|
|
Loading…
Reference in New Issue