more fixes for travis

This commit is contained in:
Nabeel Shahzad
2017-07-13 14:29:46 -05:00
parent dd6a45e567
commit 5527fb3d64
7 changed files with 55 additions and 24 deletions

View File

@@ -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();

View File

@@ -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() {