From c3dee2bce0ab1a7f663033982b026a91103c7613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 29 Jun 2019 14:08:51 +0200 Subject: [PATCH] Change DB name to travis_tenancy --- .travis.yml | 2 +- tests/TestCase.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8eb1e179..e59c8cdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,9 +20,9 @@ install: before_script: - mysql -e 'CREATE DATABASE travis_tenancy;' + - psql -c 'create database travis_tenancy;' -U postgres - export DB_USERNAME=root DB_PASSWORD="" DB_DATABASE=travis_tenancy CODECOV_TOKEN="24382d15-84e7-4a55-bea4-c4df96a24a9b" - cat vendor/laravel/framework/src/Illuminate/Foundation/Application.php| grep 'const VERSION' - - psql -c 'create database travis_ci_default;' -U postgres script: vendor/bin/phpunit -v --coverage-clover=coverage.xml diff --git a/tests/TestCase.php b/tests/TestCase.php index a0214840..36321491 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -67,7 +67,6 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase 'suffix' => '.sqlite', ], 'database.connections.sqlite.database' => ':memory:', - 'database.connections.pgsql.database' => 'default', 'database.connections.pgsql.username' => 'postgres', 'tenancy.filesystem.disks' => [ 'local',