From b7b10612ab009fc30f0ee0da43adffbe1391e49e Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Sat, 1 Apr 2017 13:54:39 +0900 Subject: [PATCH] Re-enable unit tests that should work again now --- tests/PhpSpreadsheetTests/SampleTest.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/PhpSpreadsheetTests/SampleTest.php b/tests/PhpSpreadsheetTests/SampleTest.php index 7c5019e5..e70815e8 100644 --- a/tests/PhpSpreadsheetTests/SampleTest.php +++ b/tests/PhpSpreadsheetTests/SampleTest.php @@ -22,10 +22,7 @@ class SampleTest extends \PHPUnit_Framework_TestCase public function providerSample() { - $skipped = [ - '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 - ]; + $skipped = []; // Unfortunately some tests are too long be ran with code-coverage // analysis on Travis, so we need to exclude them