User tests: Successful: Unsuccessful:
Upgraded sodium_compat
polyfill which fixes the issues with the polyfill on a 32-bit PHP build.
No easy direct test so either use the API as documented in the tests or validate the tests pass.
Category | ⇒ | External Library Composer Change Libraries Repository |
Status | New | ⇒ | Pending |
I have a feeling someone else has been manually removing those. Because if you look at the composer.json
for all packages at the versions we have they are not in the autoload-dev
section.
Hmm looks like it was something to do with the optimizer??? mbabker/joomla-cms@1fba80f
It has nothing to do with the optimizer. I literally ran composer install
, composer update paragonie/random_compat
, composer install --no-dev
.
The test classes have been in the namespace mapping for a while. See https://github.com/joomla/joomla-cms/blob/3.7.5/libraries/vendor/composer/autoload_psr4.php
The fact that the test classes are being re-added to the class mapping files with this PR to me indicates manual removal at another point or someone is running a really goofy Composer command/configuration.
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-09-01 12:06:37 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
?
|
Changes to the
autoload_classmap.php
seem slightly suspect?