travis - stop supressing output
This commit is contained in:
@@ -56,7 +56,6 @@ class PIREPTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @outputBuffering disabled
|
||||
*/
|
||||
public function testAddPirep()
|
||||
{
|
||||
@@ -91,8 +90,6 @@ class PIREPTest extends TestCase
|
||||
|
||||
/**
|
||||
* check the stats/ranks, etc have incremented properly
|
||||
* @covers \App\Services\PilotService
|
||||
* @covers \App\Services\PIREPService
|
||||
*/
|
||||
public function testPilotStatsIncr()
|
||||
{
|
||||
|
||||
@@ -20,7 +20,7 @@ abstract class TestCase extends Illuminate\Foundation\Testing\TestCase
|
||||
}
|
||||
|
||||
protected function reset_db() {
|
||||
// exec('make -f '.__DIR__.'/../Makefile unittest-db');
|
||||
exec('make -f '.__DIR__.'/../Makefile unittest-db');
|
||||
}
|
||||
|
||||
public function setUp() {
|
||||
@@ -28,9 +28,6 @@ abstract class TestCase extends Illuminate\Foundation\Testing\TestCase
|
||||
$this->reset_db();
|
||||
|
||||
Mail::fake();
|
||||
|
||||
#Artisan::call('migrate');
|
||||
#Artisan::call('db:seed');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user