From cfa1feffedab7eb974c61e397dd63daeba9c8557 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Thu, 1 Sep 2016 02:22:19 +0900 Subject: [PATCH] Attempt to show samples output so Travis don't interrupt tests --- tests/PhpSpreadsheetTests/SampleTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/PhpSpreadsheetTests/SampleTest.php b/tests/PhpSpreadsheetTests/SampleTest.php index 1c35fa87..cd63b18f 100644 --- a/tests/PhpSpreadsheetTests/SampleTest.php +++ b/tests/PhpSpreadsheetTests/SampleTest.php @@ -11,10 +11,6 @@ class SampleTest extends \PHPUnit_Framework_TestCase */ public function testSample($sample) { - // Suppress output to console - $this->setOutputCallback(function () { - }); - require $sample; }