Laravel 5.8 and updated dependencies (#10489)

* Laravel 5.8
and dependencies

* Fix cache time

* upstream base file changes

* Accidentally ran composer with PHP 7.3

* fix test error

* one more

* one more

* one more

* fix dotenv loading
This commit is contained in:
Tony Murray
2019-08-05 15:54:58 -05:00
committed by GitHub
parent e99f421511
commit 42fd5afb23
27 changed files with 440 additions and 899 deletions

View File

@@ -31,7 +31,7 @@ class DBSetupTest extends DBTestCase
{
protected $db_name;
public function setUp()
public function setUp(): void
{
parent::setUp();
$this->db_name = dbFetchCell('SELECT DATABASE()');