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

BUGFIX: Repair behat tests and Neos9-Beta-10 compatibility #66

Merged
merged 11 commits into from
Jun 25, 2024

Conversation

mhsdesign
Copy link
Member

@mhsdesign mhsdesign commented Nov 3, 2023

The way how we write behat tests has undergone major changes via neos/behat and the runtime helpers in Neos as well.
For example we use workspace names now and dont block anymore.

Resolves: #76

@ahaeslich
Copy link
Member

If I'm not misstaken we now need to adjust the tests to the workspace command change: neos/neos-development-collection#4708

@mhsdesign
Copy link
Member Author

Yes and that phpstan crashes the ci is also suboptimal

@mhsdesign mhsdesign changed the title TASK: Adjust to neos/behat adjustments TASK: Adjust to neos/behat and Neos9 Beta-10 Jun 18, 2024
@mhsdesign mhsdesign requested a review from dlubitz June 18, 2024 15:39
$this->getNodeAddress($event->contentStreamId, $newLocation->coveredDimensionSpacePoint, $descendantOfNode->getNodeAggregateId()),
$this->contentRepository->id
), iterator_to_array($descendantsOfNode));
foreach ($event->succeedingSiblingsForCoverage as $interdimensionalSibling) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mhsdesign mhsdesign changed the title TASK: Adjust to neos/behat and Neos9 Beta-10 BUGFIX: Repair behat tests and Neos9-Beta-10 compatibility Jun 18, 2024
@mhsdesign mhsdesign force-pushed the task/fixBehatTests branch from 5fa05b3 to 5886d3d Compare June 23, 2024 07:46
@mhsdesign mhsdesign force-pushed the task/fixBehatTests branch from 1ecdaba to 325a10c Compare June 23, 2024 18:13
@kitsunet kitsunet merged commit 44da854 into main Jun 25, 2024
3 checks passed
@mhsdesign mhsdesign deleted the task/fixBehatTests branch June 26, 2024 10:10
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.

BUG: Incompatible after Neos9-Beta10
3 participants