more fixes for travis
This commit is contained in:
@@ -56,11 +56,11 @@ class PIREPTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \App\Services\PilotService
|
||||
* @covers \App\Services\PIREPService
|
||||
* @outputBuffering disabled
|
||||
*/
|
||||
public function testAddPirep()
|
||||
{
|
||||
print_r('hi');
|
||||
$pirep = new Pirep($this->SAMPLE_PIREP);
|
||||
$pirep->save();
|
||||
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user