travis - run reset again
This commit is contained in:
@@ -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
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -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
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user