-
Notifications
You must be signed in to change notification settings - Fork 11
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
Correct namespace for tests #39
Conversation
Restrict symfony versions Fix deprecation in test
@whikloj are you still waiting on someone to help out with this? |
@rosiel yes, if there is still a desire to transition from Flex to Symfony. |
@whikloj i can give a shot at testing this - would this be the first PR in the sequence? |
I believe so yes. Not that anyone uses the playbook anymore but this (Islandora-Devops/islandora-playbook#175) pulled in all individual branches. |
To test this I did the following:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- spun up a playbook
- in composer.json at the islandora root, aliased this branch as dev-dev and ran composer update
- ran the tests in crayfish-commons
- verified no composer dependency issues
- verified an object could be saved to fedora
Restrict symfony versions Fix deprecation in test
* Change to symfony/flex * Coder * Correct namespace for tests (#39) Restrict symfony versions Fix deprecation in test * Finalize Crayfish-Commons in Symfony 4.4 * Don't fail if no Apix-Ldp-Resource header * Remove check for master request
GitHub Issue: Islandora/documentation#1224
** DO NOT MERGE FIRST **
The sequence for the related PRs is
What does this Pull Request do?
This really does nothing other than update the symfony version and composer packages, fix the tests namespaces for autoload and a change in how a ClientException is constructed.
How should this be tested?
This is used as part of above PRs, if that passes then this could be merged.
Interested parties
@Islandora/8-x-committers