We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Neos.ContentRepository.Security
FlowBootstrapTrait
public usages that we need to consider:
FlowContextTrait in every package that has behat tests:
FlowContextTrait
Flowpack.DecoupledContentStore
Neos.RedirectHandler.NeosAdapter
SecurityOperationsTrait in https://github.com/Flowpack/Flowpack.DecoupledContentStore/blob/6adb8e04246f5fc9b8471b656db7ddf131474745/Tests/Behavior/Features/Bootstrap/FeatureContext.php#L49 -> requires $isolated = false
SecurityOperationsTrait
$isolated = false
And a lot of better to be cleaned up stuff in the Neos.RedirectHandler.NeosAdapter version 9
https://github.com/sandstorm/Sandstorm.E2ETestTools
https://github.com/cron-eu/neos-behat/blob/cf5628722862373783827bd513d2f5af4413f524/Tests/Behat/FeatureContextBase.php#L30
The text was updated successfully, but these errors were encountered:
@Isolated
The last open task is to get rid of our @isolated stuff but thats for another time. #3170
@isolated
Our behat things are now cleaned up ^^
Sorry, something went wrong.
No branches or pull requests
Neos.ContentRepository.Security
neos-development-collection#4544 (cleans up also behat stuff partially)FlowBootstrapTrait
neos-development-collection#4669FlowBootstrapTrait
neos-development-collection#4669public usages that we need to consider:
FlowContextTrait
in every package that has behat tests:Flowpack.DecoupledContentStore
Neos.RedirectHandler.NeosAdapter
Packages using "scarier" functionality:
SecurityOperationsTrait
in https://github.com/Flowpack/Flowpack.DecoupledContentStore/blob/6adb8e04246f5fc9b8471b656db7ddf131474745/Tests/Behavior/Features/Bootstrap/FeatureContext.php#L49 -> requires$isolated = false
And a lot of better to be cleaned up stuff in the
Neos.RedirectHandler.NeosAdapter
version 9Utility package for actual e2e tests based up on neos e2e "api"
https://github.com/sandstorm/Sandstorm.E2ETestTools
https://github.com/cron-eu/neos-behat/blob/cf5628722862373783827bd513d2f5af4413f524/Tests/Behat/FeatureContextBase.php#L30
The text was updated successfully, but these errors were encountered: