diff --git a/.env.travis b/.env.travis index 3db642f4..499107fc 100644 --- a/.env.travis +++ b/.env.travis @@ -5,7 +5,7 @@ APP_LOG_LEVEL=debug APP_URL=http://localhost APP_SETTINGS_STORE=json -DB_CONNECTION=mysql +DB_CONNECTION=unittest DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=phpvms diff --git a/Makefile b/Makefile index e4d2ba2a..8bcc4d7e 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ tests: test .PHONY: test test: - #@php artisan database:create --reset > /dev/null + php artisan database:create --reset vendor/bin/phpunit --debug --verbose --testdox tests .PHONY: schema diff --git a/tests/PIREPTest.php b/tests/PIREPTest.php index 9ca71fc1..4925e254 100644 --- a/tests/PIREPTest.php +++ b/tests/PIREPTest.php @@ -60,7 +60,6 @@ class PIREPTest extends TestCase */ public function testAddPirep() { - print_r('hi'); $pirep = new Pirep($this->SAMPLE_PIREP); $pirep->save();