Attempt to show samples output so Travis don't interrupt tests

This commit is contained in:
Adrien Crivelli 2016-09-01 02:22:19 +09:00
parent 47cde0dadc
commit cfa1feffed
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 0 additions and 4 deletions

View File

@ -11,10 +11,6 @@ class SampleTest extends \PHPUnit_Framework_TestCase
*/ */
public function testSample($sample) public function testSample($sample)
{ {
// Suppress output to console
$this->setOutputCallback(function () {
});
require $sample; require $sample;
} }