From 0deb235ee725f39e9a3327fb16dae27be7cdfb52 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 14 Jun 2021 16:51:43 -0700 Subject: [PATCH] Unit test fixes. --- e107_handlers/library_manager.php | 4 ++-- e107_tests/tests/unit/e_themeTest.php | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/e107_handlers/library_manager.php b/e107_handlers/library_manager.php index 2a3d96cfb..615102c46 100755 --- a/e107_handlers/library_manager.php +++ b/e107_handlers/library_manager.php @@ -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', ); diff --git a/e107_tests/tests/unit/e_themeTest.php b/e107_tests/tests/unit/e_themeTest.php index 3e0e94b22..1d7ebc2c1 100644 --- a/e107_tests/tests/unit/e_themeTest.php +++ b/e107_tests/tests/unit/e_themeTest.php @@ -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 (