Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Remove dependencies to Core testing classes #3378

Closed
wants to merge 1 commit into from
Closed

[TASK] Remove dependencies to Core testing classes #3378

wants to merge 1 commit into from

Conversation

saitho
Copy link
Contributor

@saitho saitho commented Oct 24, 2022

Classes from TYPO3 core testing namespace are not available
when the package is installed via Composer.

This causes local tests to fail.
Therefore the classes from TYPO3 core are copied into Ext:solr.

Fixes: #3376

Classes from TYPO3 core testing namespace are not
available when the package is installed via Composer
and causes local tests to fail.

The classes used are added and used to our namespace.

Fixes: #3376
@dkd-kaehm
Copy link
Collaborator

No needs to copy:
See the change in
composer.json
from

"TYPO3\\CMS\\Core\\Tests\\": ".Build/Web/typo3/sysext/core/Tests/"

to

"TYPO3\\CMS\\Core\\Tests\\": ".Build/Web/vendor/typo3/cms-core/Tests/"

in #3384

@dkd-kaehm dkd-kaehm closed this Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Epic [TASK] Make EXT:solr TYPO3 12 LTS compatible
2 participants