travis - run reset again
This commit is contained in:
parent
574a820839
commit
4dd2e8c9c6
@ -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
|
||||
|
2
Makefile
2
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
|
||||
|
@ -60,7 +60,6 @@ class PIREPTest extends TestCase
|
||||
*/
|
||||
public function testAddPirep()
|
||||
{
|
||||
print_r('hi');
|
||||
$pirep = new Pirep($this->SAMPLE_PIREP);
|
||||
$pirep->save();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user