mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #451] Calls HTMLPurifier_Language_en_x_test && Html2Text Skipped on Composer Install #371
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#371
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cptsanifair on GitHub (Feb 1, 2021).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/451
Originally assigned to: @jasonmunro on GitHub.
💬 Question
In Version 1.2 on Composer Install it skips 2 Classes on autoload genereation in case of missig psr-4 compatibility.
Are there any Problems without?
(I ask befor long search because try to install for long term test as local mail client replacement)
CLI:
composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 6 installs, 0 updates, 0 removals
Generating optimized autoload files
Class Html2Text\StrToUpperTest located in ./vendor/html2text/html2text/test/HeaderTest.php does not comply with psr-4 autoloading standard. Skipping.
Class HTMLPurifier_Language_en_x_test located in ./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Language/classes/en-x-test.php does not comply with psr-0 autoloading standard. Skipping.
@jasonmunro commented on GitHub (Feb 9, 2021):
We don't use HTMLPurifier unit tests so there is no concern here.
@cptsanifair commented on GitHub (Feb 10, 2021):
after an update of composer.lock this msg doesnt shown again
@jasonmunro commented on GitHub (Feb 10, 2021):
Appreciate the feedback but closing since it went away and was not an issue with Cypht. Thanks!