From 5f9ee30e379390f9ce506d934314cb6ff6d7d355 Mon Sep 17 00:00:00 2001 From: Igor Finagin Date: Thu, 9 Apr 2020 19:03:28 +0300 Subject: [PATCH 1/3] Disable Telescope in PHPUnit (#5277) PHPUnit throw exception when Telescope is enabled --- phpunit.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml b/phpunit.xml index 5cf0875e..5ef025a3 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -25,5 +25,6 @@ + From 0d23e5f761c0cc98318e883dbce13a43a3c13226 Mon Sep 17 00:00:00 2001 From: Musa <40173603+voyula@users.noreply.github.com> Date: Tue, 14 Apr 2020 11:56:29 +0300 Subject: [PATCH 2/3] [7.x] Normalize Style See: https://github.com/laravel/framework/blob/7.x/phpunit.xml.dist#L14 --- phpunit.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 5ef025a3..964ff0c5 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -2,7 +2,8 @@ + colors="true" +> ./tests/Unit From b5f008a8bff29219800b465e613bc19a191ac815 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Wed, 15 Apr 2020 13:46:52 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3fb9c9..5908aad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v7.3.0...master) +## [Unreleased](https://github.com/laravel/laravel/compare/v7.6.0...master) + + +## [v7.6.0 (2020-04-15)](https://github.com/laravel/laravel/compare/v7.3.0...v7.6.0) + +### Changed +- Disable Telescope in PHPUnit ([#5277](https://github.com/laravel/laravel/pull/5277)) + +### Fixed +- Add both endpoint and url env variables ([#5276](https://github.com/laravel/laravel/pull/5276)) ## [v7.3.0 (2020-03-24)](https://github.com/laravel/laravel/compare/v7.0.0...v7.3.0)