fix tests

This commit is contained in:
Khoubza Younes
2020-12-17 09:52:54 +01:00
parent cfe61d9b5f
commit a600a2f7be
5 changed files with 5 additions and 0 deletions
@@ -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',