From 1191d0f7fa54a47e1a8184a026b030f274ced227 Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Fri, 9 Jul 2021 21:05:59 +0200 Subject: [PATCH] test(Notification): run only for Laravel 6.0.4+ --- tests/acceptance/Notification.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/acceptance/Notification.feature b/tests/acceptance/Notification.feature index abc3c47..c37b682 100644 --- a/tests/acceptance/Notification.feature +++ b/tests/acceptance/Notification.feature @@ -2,6 +2,7 @@ Feature: Notification types Illuminate\Notifications\Notification have type support Background: + Given I have the "laravel/framework" package satisfying the ">= 6.0.4" Given I have the following config """