diff options
Diffstat (limited to 'core/scripts')
-rw-r--r-- | core/scripts/js/vendor-update.js | 2 | ||||
-rwxr-xr-x | core/scripts/run-tests.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/scripts/js/vendor-update.js b/core/scripts/js/vendor-update.js index 1b5de61fa36d..4a6f2ef91c69 100644 --- a/core/scripts/js/vendor-update.js +++ b/core/scripts/js/vendor-update.js @@ -81,11 +81,11 @@ const assetsFolder = `${coreFolder}/assets/vendor`; }, { pack: 'htmx.org', + folder: 'htmx', library: 'htmx', files: [ { from: 'dist/htmx.min.js', to: 'htmx.min.js' }, { from: 'dist/htmx.js', to: 'htmx.js' }, - { from: 'dist/ext/debug.js', to: 'debug.js' }, ], }, { diff --git a/core/scripts/run-tests.sh b/core/scripts/run-tests.sh index c1ca97703df8..4545a00cc3ac 100755 --- a/core/scripts/run-tests.sh +++ b/core/scripts/run-tests.sh @@ -173,7 +173,7 @@ if ($args['clean']) { } if (!Composer::upgradePHPUnitCheck(Version::id())) { - simpletest_script_print_error("PHPUnit testing framework version 9 or greater is required when running on PHP 7.4 or greater. Run the command 'composer run-script drupal-phpunit-upgrade' in order to fix this."); + simpletest_script_print_error("PHPUnit testing framework version 11 or greater is required when running on PHP 8.4 or greater. Run the command 'composer run-script drupal-phpunit-upgrade' in order to fix this."); exit(SIMPLETEST_SCRIPT_EXIT_FAILURE); } |