mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 12:07:56 +00:00
Attempt to show samples output so Travis don't interrupt tests
This commit is contained in:
@@ -11,10 +11,6 @@ class SampleTest extends \PHPUnit_Framework_TestCase
|
||||
*/
|
||||
public function testSample($sample)
|
||||
{
|
||||
// Suppress output to console
|
||||
$this->setOutputCallback(function () {
|
||||
});
|
||||
|
||||
require $sample;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user