Attempt to show samples output so Travis don't interrupt tests
This commit is contained in:
parent
47cde0dadc
commit
cfa1feffed
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue