mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
Unit test fixes.
This commit is contained in:
parent
a1e7d29661
commit
0deb235ee7
@ -333,7 +333,7 @@ class core_library
|
||||
//https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css
|
||||
'library_path' => 'https://cdn.jsdelivr.net/npm/bootstrap@5.0.1',
|
||||
'path' => '',
|
||||
'version' => '5.0.0',
|
||||
'version' => '5.0.1',
|
||||
);
|
||||
|
||||
|
||||
@ -379,7 +379,7 @@ class core_library
|
||||
),*/
|
||||
'library_path' => '{e_WEB}lib/bootstrap',
|
||||
'path' => '5',
|
||||
'version' => '5.0.0',
|
||||
'version' => '5.0.1',
|
||||
);
|
||||
|
||||
|
||||
|
@ -599,8 +599,14 @@ class e_themeTest extends \Codeception\Test\Unit
|
||||
'version' => '5',
|
||||
'scope' => 'front',
|
||||
),
|
||||
2 => array (
|
||||
'name' => 'animate.css',
|
||||
'version' => '',
|
||||
'scope' => 'front',
|
||||
)
|
||||
),
|
||||
|
||||
|
||||
),
|
||||
'voux' => array( // theme using defines for FONTAWESOME and BOOTSTRAP
|
||||
'library' => array (
|
||||
|
Loading…
x
Reference in New Issue
Block a user