Merge pull request #181 from caugner/restrict-notification-test-to-laravel-8+

test(Notification): run only for Laravel 6.0.4+
This commit is contained in:
feek 2021-07-12 17:12:43 -04:00 committed by GitHub
commit 7198bb4812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
"""
<?xml version="1.0"?>