travis - run reset again

This commit is contained in:
Nabeel Shahzad
2017-07-13 14:39:10 -05:00
parent 574a820839
commit 4dd2e8c9c6
3 changed files with 2 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ APP_LOG_LEVEL=debug
APP_URL=http://localhost APP_URL=http://localhost
APP_SETTINGS_STORE=json APP_SETTINGS_STORE=json
DB_CONNECTION=mysql DB_CONNECTION=unittest
DB_HOST=127.0.0.1 DB_HOST=127.0.0.1
DB_PORT=3306 DB_PORT=3306
DB_DATABASE=phpvms DB_DATABASE=phpvms

View File

@@ -47,7 +47,7 @@ tests: test
.PHONY: test .PHONY: test
test: test:
#@php artisan database:create --reset > /dev/null php artisan database:create --reset
vendor/bin/phpunit --debug --verbose --testdox tests vendor/bin/phpunit --debug --verbose --testdox tests
.PHONY: schema .PHONY: schema

View File

@@ -60,7 +60,6 @@ class PIREPTest extends TestCase
*/ */
public function testAddPirep() public function testAddPirep()
{ {
print_r('hi');
$pirep = new Pirep($this->SAMPLE_PIREP); $pirep = new Pirep($this->SAMPLE_PIREP);
$pirep->save(); $pirep->save();