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:
@@ -21,21 +21,21 @@ class ConfigurationTest extends TestCase
|
||||
'default' => 'tailwindcss',
|
||||
'templates' => array(
|
||||
'tailwindcss' => array(
|
||||
'view' => '@Flasher/tailwindcss.html.twig',
|
||||
'view' => '@FlasherSymfony/tailwindcss.html.twig',
|
||||
'styles' => array(
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.1.1/base.min.css',
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.1.1/utilities.css'
|
||||
),
|
||||
),
|
||||
'tailwindcss_bg' => array(
|
||||
'view' => '@Flasher/tailwindcss_bg.html.twig',
|
||||
'view' => '@FlasherSymfony/tailwindcss_bg.html.twig',
|
||||
"styles" => array(
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.1.1/base.min.css',
|
||||
'https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.1.1/utilities.css',
|
||||
),
|
||||
),
|
||||
'bootstrap' => array(
|
||||
'view' => "@Flasher/bootstrap.html.twig",
|
||||
'view' => "@FlasherSymfony/bootstrap.html.twig",
|
||||
'styles' => array(
|
||||
"https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/css/bootstrap.min.css",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user