You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
fix tests
This commit is contained in:
@@ -25,6 +25,7 @@ class FlasherNotyServiceProviderTest extends TestCase
|
||||
$expected = array(
|
||||
'scripts' => array(
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/noty/3.1.4/noty.min.js',
|
||||
'/vendor/flasher/flasher-noty.js',
|
||||
),
|
||||
'styles' => array(
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/noty/3.1.4/noty.min.css',
|
||||
|
||||
@@ -25,6 +25,7 @@ class FlasherNotyfServiceProviderTest extends TestCase
|
||||
$expected = array(
|
||||
'scripts' => array(
|
||||
'https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.js',
|
||||
'/vendor/flasher/flasher-notyf.js',
|
||||
),
|
||||
'styles' => array(
|
||||
'https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.css',
|
||||
|
||||
@@ -26,6 +26,7 @@ class FlasherPnotifyServiceProviderTest extends TestCase
|
||||
'scripts' => array(
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js',
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/pnotify/3.2.1/pnotify.js',
|
||||
'/vendor/flasher/flasher-pnotify.js',
|
||||
),
|
||||
'styles' => array(
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/pnotify/3.2.1/pnotify.css',
|
||||
|
||||
@@ -27,6 +27,7 @@ class FlasherSweetAlertServiceProviderTest extends TestCase
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js',
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/10.10.2/sweetalert2.min.js',
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/promise-polyfill/8.2.0/polyfill.min.js',
|
||||
'/vendor/flasher/flasher-sweet-alert.js',
|
||||
),
|
||||
'styles' => array(
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css',
|
||||
|
||||
@@ -26,6 +26,7 @@ class FlasherToastrServiceProviderTest extends TestCase
|
||||
'scripts' => array(
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js',
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.4/toastr.min.js',
|
||||
'/vendor/flasher/flasher-toastr.js',
|
||||
),
|
||||
'styles' => array(
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.4/toastr.min.css',
|
||||
|
||||
Reference in New Issue
Block a user